next_to_free 144 Zend/zend_gc.c gc_globals->next_to_free = NULL; next_to_free 296 Zend/zend_gc.c if (GC_G(next_to_free) == root) { next_to_free 297 Zend/zend_gc.c GC_G(next_to_free) = root->next; next_to_free 1036 Zend/zend_gc.c orig_next_to_free = GC_G(next_to_free); next_to_free 1057 Zend/zend_gc.c GC_G(next_to_free) = current->next; next_to_free 1072 Zend/zend_gc.c current = GC_G(next_to_free); next_to_free 1078 Zend/zend_gc.c GC_G(next_to_free) = current->next; next_to_free 1082 Zend/zend_gc.c current = GC_G(next_to_free); next_to_free 1093 Zend/zend_gc.c GC_G(next_to_free) = current->next; next_to_free 1119 Zend/zend_gc.c current = GC_G(next_to_free); next_to_free 1143 Zend/zend_gc.c GC_G(next_to_free) = orig_next_to_free; next_to_free 82 Zend/zend_gc.h gc_root_buffer *next_to_free;