Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.c181 #define GC_THRESHOLD_STEP 10000 macro
562 new_threshold = GC_G(gc_threshold) + GC_THRESHOLD_STEP; in gc_adjust_threshold()
574 new_threshold = GC_G(gc_threshold) - GC_THRESHOLD_STEP; in gc_adjust_threshold()

Completed in 15 milliseconds