Searched refs:kExactFit (Results 1 – 1 of 1) sorted by relevance
37 enum ReallocType { kExactFit, kGrowing, kShrinking }; enumerator102 this->checkRealloc(that.count(), kExactFit);115 this->checkRealloc(that.count(), kExactFit);149 this->checkRealloc(n, kExactFit); in reset()165 this->checkRealloc(count, kExactFit); in reset()179 this->checkRealloc(n, kExactFit); in reserve_back()554 if (reallocType != kExactFit) { in checkRealloc()