Searched refs:next_to_free (Results 1 – 2 of 2) sorted by relevance
53 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()
111 zval_gc_info *next_to_free; member
Completed in 7 milliseconds