Searched refs:newAllocatedSize (Results 1 – 2 of 2) sorted by relevance
75 size_t newAllocatedSize = m_size + size; in reserve() local76 if (newAllocatedSize > m_allocatedSize) in reserve()77 reallocate(newAllocatedSize); in reserve()
88 Index newAllocatedSize = size + upperSize + lowerSize; in reserve() local89 if (newAllocatedSize > m_allocatedSize) in reserve()