Cyclone Scheme
0.28.0
|
C Opaque type - a wrapper around a pointer of any type. More...
#include <types.h>
Data Fields | |
unsigned char | collect_ptr |
gc_header_type | hdr |
void * | ptr |
tag_type | tag |
C Opaque type - a wrapper around a pointer of any type.
Note this requires application code to free any memory before an object is collected by GC.