Searched refs:kMinimumSegmentSize (Results 1 – 2 of 2) sorted by relevance
223 if (new_size < static_cast<size_t>(kMinimumSegmentSize)) { in NewExpand()224 new_size = kMinimumSegmentSize; in NewExpand()
84 static const int kMinimumSegmentSize = 8 * KB; variable