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