Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c183 #define GC_THRESHOLD_DEFAULT (10000 + GC_FIRST_ROOT) macro
556 GC_G(gc_threshold) = GC_THRESHOLD_DEFAULT; in gc_enable()
625 } else if (GC_G(gc_threshold) > GC_THRESHOLD_DEFAULT) { in gc_adjust_threshold()
627 if (new_threshold < GC_THRESHOLD_DEFAULT) { in gc_adjust_threshold()
628 new_threshold = GC_THRESHOLD_DEFAULT; in gc_adjust_threshold()

Completed in 9 milliseconds