parrotcode: a malloc()/free()-based garbage collector. | |
Contents | C |
src/gc/gc_malloc.c - a malloc()/free()-based garbage collector.
Handles garbage collection with malloc()/free(). Note that this doesn't currently work; this file just collects all of the #GC_MALLOC functions in one convenient place.
static int sweep_cb
static void clear_cow
static void used_cow
bufstart
.
|