Lines Matching refs:first_unused
197 (GC_G(first_unused) < GC_G(gc_threshold))
199 (GC_G(first_unused) != GC_G(buf_size))
218 uint32_t first_unused; /* first unused buffer */ member
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()
681 if (UNEXPECTED(GC_G(first_unused) >= GC_MAX_UNCOMPRESSED)) { in gc_remove_from_buffer()
933 if (GC_G(num_roots) + GC_FIRST_ROOT != GC_G(first_unused)) { in gc_compact()
936 gc_root_buffer *scan = GC_IDX2PTR(GC_G(first_unused) - 1); in gc_compact()
963 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
974 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1119 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_scan_roots()
1297 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_collect_roots()
1315 end = GC_G(first_unused); in gc_collect_roots()
1480 end = GC_G(first_unused); in zend_gc_collect_cycles()