Searched refs:GC_THRESHOLD_DEFAULT (Results 1 – 1 of 1) sorted by relevance
188 #define GC_THRESHOLD_DEFAULT (10000 + GC_FIRST_ROOT) macro576 GC_G(gc_threshold) = GC_THRESHOLD_DEFAULT; in gc_enable()645 } else if (GC_G(gc_threshold) > GC_THRESHOLD_DEFAULT) { in gc_adjust_threshold()647 if (new_threshold < GC_THRESHOLD_DEFAULT) { in gc_adjust_threshold()648 new_threshold = GC_THRESHOLD_DEFAULT; in gc_adjust_threshold()
Completed in 12 milliseconds