Searched refs:first_unused (Results 1 – 2 of 2) sorted by relevance
242 GC_G(first_unused) = GC_G(buf) + 1; in gc_reset()245 GC_G(first_unused) = NULL; in gc_reset()278 } else if (GC_G(first_unused) != GC_G(last_unused)) { in gc_possible_root()279 newRoot = GC_G(first_unused); in gc_possible_root()280 GC_G(first_unused)++; in gc_possible_root()723 } else if (GC_G(first_unused) != GC_G(last_unused)) { in gc_add_garbage()724 buf = GC_G(first_unused); in gc_add_garbage()725 GC_G(first_unused)++; in gc_add_garbage()
89 gc_root_buffer *first_unused; /* pointer to first unused buffer */ member
Completed in 7 milliseconds