Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_gc.c657 gc_root_buffer *newRoot; in gc_possible_root_when_full() local
685 newRoot = GC_IDX2PTR(idx); in gc_possible_root_when_full()
686 newRoot->ref = ref; /* GC_ROOT tag is 0 */ in gc_possible_root_when_full()
701 gc_root_buffer *newRoot; in gc_possible_root() local
721 newRoot = GC_IDX2PTR(idx); in gc_possible_root()
722 newRoot->ref = ref; /* GC_ROOT tag is 0 */ in gc_possible_root()
737 gc_root_buffer *newRoot; in gc_extra_root() local
755 newRoot = GC_IDX2PTR(idx); in gc_extra_root()
756 newRoot->ref = ref; /* GC_ROOT tag is 0 */ in gc_extra_root()

Completed in 24 milliseconds