Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.c197 (GC_G(first_unused) < GC_G(gc_threshold))
199 (GC_G(first_unused) != GC_G(buf_size))
344 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
376 idx = GC_G(first_unused); in gc_fetch_next_unused()
377 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
438 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
479 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
961 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
972 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1311 end = GC_G(first_unused); in gc_collect_roots()
[all …]

Completed in 8 milliseconds