Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_gc.c181 #define GC_THRESHOLD_DEFAULT (10000 + GC_FIRST_ROOT) macro
505 GC_G(gc_threshold) = GC_THRESHOLD_DEFAULT; in gc_enable()
574 } else if (GC_G(gc_threshold) > GC_THRESHOLD_DEFAULT) { in gc_adjust_threshold()
576 if (new_threshold < GC_THRESHOLD_DEFAULT) { in gc_adjust_threshold()
577 new_threshold = GC_THRESHOLD_DEFAULT; in gc_adjust_threshold()

Completed in 8 milliseconds