Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c637 gc_root_buffer *newRoot; in gc_possible_root_when_full() local
665 newRoot = GC_IDX2PTR(idx); in gc_possible_root_when_full()
666 newRoot->ref = ref; /* GC_ROOT tag is 0 */ in gc_possible_root_when_full()
681 gc_root_buffer *newRoot; in gc_possible_root() local
701 newRoot = GC_IDX2PTR(idx); in gc_possible_root()
702 newRoot->ref = ref; /* GC_ROOT tag is 0 */ in gc_possible_root()
717 gc_root_buffer *newRoot; in gc_extra_root() local
735 newRoot = GC_IDX2PTR(idx); in gc_extra_root()
736 newRoot->ref = ref; /* GC_ROOT tag is 0 */ in gc_extra_root()

Completed in 8 milliseconds