Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.c180 #define GC_THRESHOLD_DEFAULT 10000 macro
504 GC_G(gc_threshold) = GC_THRESHOLD_DEFAULT + GC_FIRST_ROOT; in gc_enable()
573 } else if (GC_G(gc_threshold) > GC_THRESHOLD_DEFAULT) { in gc_adjust_threshold()
575 if (new_threshold < GC_THRESHOLD_DEFAULT) { in gc_adjust_threshold()
576 new_threshold = GC_THRESHOLD_DEFAULT; in gc_adjust_threshold()

Completed in 8 milliseconds