Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_gc.c53 gc_globals->next_to_free = NULL; in gc_globals_ctor_ex()
254 if (GC_G(next_to_free) == (zval_gc_info*)zv) { in gc_remove_zval_from_buffer()
255 GC_G(next_to_free) = ((zval_gc_info*)zv)->u.next; in gc_remove_zval_from_buffer()
795 orig_next_to_free = GC_G(next_to_free); in gc_collect_cycles()
822 GC_G(next_to_free) = p->u.next; in gc_collect_cycles()
839 p = GC_G(next_to_free); in gc_collect_cycles()
851 GC_G(next_to_free) = orig_next_to_free; in gc_collect_cycles()
H A Dzend_gc.h111 zval_gc_info *next_to_free; member

Completed in 9 milliseconds