Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c234 (GC_G(first_unused) < GC_G(gc_threshold))
236 (GC_G(first_unused) != GC_G(buf_size))
291 if (GC_G(counter) > GC_G(peak)) { \
292 GC_G(peak) = GC_G(counter); \
419 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
520 if (GC_G(buf)) { in gc_reset()
642 if (GC_G(gc_enabled) && !GC_G(gc_active)) { in gc_possible_root_when_full()
1153 if (GC_G(num_roots) + GC_FIRST_ROOT != GC_G(first_unused)) { in gc_compact()
1183 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
1786 if (GC_G(num_roots) && GC_G(gc_active)) { in zend_gc_collect_cycles()
[all …]

Completed in 12 milliseconds