Searched refs:first_unused (Results 1 – 1 of 1) sorted by relevance
241 (GC_G(first_unused) != GC_G(buf_size))396 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()428 idx = GC_G(first_unused); in gc_fetch_next_unused()429 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()490 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()540 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()1387 end = GC_G(first_unused); in gc_scan_roots()1400 while (idx != GC_G(first_unused)) { in gc_scan_roots()1649 end = GC_G(first_unused); in gc_collect_roots()1882 GC_G(dtor_end) = GC_G(first_unused); in gc_call_destructors_in_fiber()[all …]
Completed in 9 milliseconds