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()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);[all …]
93 gc_root_buffer *next_to_free; member
Completed in 12 milliseconds