Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c184 #define GC_THRESHOLD_STEP 10000 macro
614 new_threshold = GC_G(gc_threshold) + GC_THRESHOLD_STEP; in gc_adjust_threshold()
626 new_threshold = GC_G(gc_threshold) - GC_THRESHOLD_STEP; in gc_adjust_threshold()

Completed in 12 milliseconds