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