Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_gc.c182 #define GC_THRESHOLD_STEP 10000 macro
563 new_threshold = GC_G(gc_threshold) + GC_THRESHOLD_STEP; in gc_adjust_threshold()
575 new_threshold = GC_G(gc_threshold) - GC_THRESHOLD_STEP; in gc_adjust_threshold()

Completed in 11 milliseconds