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