Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c236 (GC_G(first_unused) != GC_G(buf_size))
386 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
418 idx = GC_G(first_unused); in gc_fetch_next_unused()
419 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
480 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
525 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
1194 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1367 end = GC_G(first_unused); in gc_scan_roots()
1380 while (idx != GC_G(first_unused)) { in gc_scan_roots()
1629 end = GC_G(first_unused); in gc_collect_roots()
[all …]

Completed in 8 milliseconds