Searched refs:next_to_free (Results 1 – 2 of 2) sorted by relevance
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);[all …]
93 gc_root_buffer *next_to_free; member
Completed in 7 milliseconds