next_to_free       53 Zend/zend_gc.c 	gc_globals->next_to_free = NULL;
next_to_free      254 Zend/zend_gc.c 		if (GC_G(next_to_free) == (zval_gc_info*)zv) {
next_to_free      255 Zend/zend_gc.c 			GC_G(next_to_free) = ((zval_gc_info*)zv)->u.next;
next_to_free      795 Zend/zend_gc.c 		orig_next_to_free = GC_G(next_to_free);
next_to_free      822 Zend/zend_gc.c 			GC_G(next_to_free) = p->u.next;
next_to_free      839 Zend/zend_gc.c 			p = GC_G(next_to_free);
next_to_free      851 Zend/zend_gc.c 		GC_G(next_to_free) = orig_next_to_free;
next_to_free      111 Zend/zend_gc.h 	zval_gc_info     *next_to_free;