Searched refs:kMinimumSegmentSize (Results 1 – 2 of 2) sorted by relevance
242 if (new_size < kMinimumSegmentSize) { in NewExpand()243 new_size = kMinimumSegmentSize; in NewExpand()
79 static const size_t kMinimumSegmentSize = 8 * KB; variable