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()
1105 orig_next_to_free = GC_G(next_to_free);
1126 GC_G(next_to_free) = current->next;
1141 current = GC_G(next_to_free);
1147 GC_G(next_to_free) = current->next;
1151 current = GC_G(next_to_free);
1162 GC_G(next_to_free) = current->next;
1189 current = GC_G(next_to_free);
1213 GC_G(next_to_free) = orig_next_to_free;