Home
last modified time | relevance | path

Searched refs:next_to_free (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_gc.c183 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 …]
H A Dzend_gc.h93 gc_root_buffer *next_to_free; member

Completed in 12 milliseconds