Searched refs:kMaximumSegmentSize (Results 1 – 2 of 2) sorted by relevance
225 } else if (new_size > static_cast<size_t>(kMaximumSegmentSize)) { in NewExpand()230 new_size = Max(min_new_size, static_cast<size_t>(kMaximumSegmentSize)); in NewExpand()
87 static const int kMaximumSegmentSize = 1 * MB; variable