Searched refs:sizeIgnoringHistory (Results 1 – 1 of 1) sorted by relevance
2095 const size_t sizeIgnoringHistory = std::max(mInitialSize, sizeToAllocate); in allocateWithAlignment() local2096 if (sizeToAllocate > mSize || sizeIgnoringHistory < mSize / 4) in allocateWithAlignment()2098 mSize = sizeIgnoringHistory; in allocateWithAlignment()