Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_gc.c198 (GC_G(first_unused) < GC_G(gc_threshold))
200 (GC_G(first_unused) != GC_G(buf_size))
345 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
377 idx = GC_G(first_unused); in gc_fetch_next_unused()
378 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
439 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
480 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
969 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
980 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1313 end = GC_G(first_unused); in gc_collect_roots()
[all …]

Completed in 16 milliseconds