Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.c151 #define GC_IS_UNUSED(ptr) \ macro
360 ZEND_ASSERT(GC_IS_UNUSED(root->ref)); in gc_fetch_unused()
940 while (!GC_IS_UNUSED(free->ref)) { in gc_compact()
943 while (GC_IS_UNUSED(scan->ref)) { in gc_compact()

Completed in 13 milliseconds