Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_gc.c192 (GC_G(first_unused) < GC_G(gc_threshold))
194 (GC_G(first_unused) != GC_G(buf_size))
337 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
369 idx = GC_G(first_unused); in gc_fetch_next_unused()
370 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
430 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
471 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
973 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1330 end = GC_G(first_unused); in gc_collect_roots()
1489 end = GC_G(first_unused); in zend_gc_collect_cycles()
[all …]

Completed in 9 milliseconds