Lines Matching refs:next_to_free
183 gc_globals->next_to_free = NULL; in gc_globals_ctor_ex()
363 if (GC_G(next_to_free) == root) { in gc_remove_from_buffer()
364 GC_G(next_to_free) = root->next; in gc_remove_from_buffer()
1113 orig_next_to_free = GC_G(next_to_free);
1134 GC_G(next_to_free) = current->next;
1150 current = GC_G(next_to_free);
1156 GC_G(next_to_free) = current->next;
1160 current = GC_G(next_to_free);
1170 GC_G(next_to_free) = current->next;
1198 current = GC_G(next_to_free);
1222 GC_G(next_to_free) = orig_next_to_free;