Lines Matching refs:first_unused
198 (GC_G(first_unused) < GC_G(gc_threshold))
200 (GC_G(first_unused) != GC_G(buf_size))
219 uint32_t first_unused; /* first unused buffer */ member
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()
682 if (UNEXPECTED(GC_G(first_unused) >= GC_MAX_UNCOMPRESSED)) { in gc_remove_from_buffer()
939 if (GC_G(num_roots) + GC_FIRST_ROOT != GC_G(first_unused)) { in gc_compact()
942 gc_root_buffer *scan = GC_IDX2PTR(GC_G(first_unused) - 1); in gc_compact()
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()
1111 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_scan_roots()
1295 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_collect_roots()
1313 end = GC_G(first_unused); in gc_collect_roots()
1484 end = GC_G(first_unused); in zend_gc_collect_cycles()