Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_gc.c152 #define GC_IS_UNUSED(ptr) \ macro
361 ZEND_ASSERT(GC_IS_UNUSED(root->ref)); in gc_fetch_unused()
948 while (!GC_IS_UNUSED(free->ref)) { in gc_compact()
951 while (GC_IS_UNUSED(scan->ref)) { in gc_compact()

Completed in 8 milliseconds