Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c154 #define GC_IS_UNUSED(ptr) \ macro
402 ZEND_ASSERT(GC_IS_UNUSED(root->ref)); in gc_fetch_unused()
1162 while (!GC_IS_UNUSED(free->ref)) { in gc_compact()
1165 while (GC_IS_UNUSED(scan->ref)) { in gc_compact()

Completed in 9 milliseconds