Searched refs:kMaximumMarkingStepSize (Results 1 – 2 of 2) sorted by relevance
29 if (marking_step_size >= kMaximumMarkingStepSize) { in EstimateMarkingStepSize()30 return kMaximumMarkingStepSize; in EstimateMarkingStepSize()
36 static const size_t kMaximumMarkingStepSize = 700 * MB; variable