allocateBuffer    311 Source/wtf/Deque.h         m_buffer.allocateBuffer(std::max(static_cast<size_t>(16), oldCapacity + oldCapacity / 4 + 1));
allocateBuffer    294 Source/wtf/Vector.h         void allocateBuffer(size_t newCapacity)
allocateBuffer    347 Source/wtf/Vector.h                 allocateBuffer(capacity);
allocateBuffer    373 Source/wtf/Vector.h         using Base::allocateBuffer;
allocateBuffer    408 Source/wtf/Vector.h                 Base::allocateBuffer(capacity);
allocateBuffer    434 Source/wtf/Vector.h         void allocateBuffer(size_t newCapacity)
allocateBuffer    438 Source/wtf/Vector.h                 Base::allocateBuffer(newCapacity);
allocateBuffer    736 Source/wtf/Vector.h         using Base::allocateBuffer;
allocateBuffer    973 Source/wtf/Vector.h         Base::allocateBuffer(newCapacity);
allocateBuffer    984 Source/wtf/Vector.h             Base::allocateBuffer(initialCapacity);
allocateBuffer   1003 Source/wtf/Vector.h             Base::allocateBuffer(newCapacity);
allocateBuffer     90 Source/wtf/text/StringBuilder.cpp                 allocateBuffer(m_buffer->characters8(), m_buffer->length());
allocateBuffer     92 Source/wtf/text/StringBuilder.cpp                 allocateBuffer(m_buffer->characters16(), m_buffer->length());
allocateBuffer    174 Source/wtf/text/StringBuilder.cpp         allocateBuffer(m_buffer->characters8(), requiredLength);
allocateBuffer    190 Source/wtf/text/StringBuilder.cpp         allocateBuffer(m_buffer->characters16(), requiredLength);
allocateBuffer    208 Source/wtf/text/StringBuilder.cpp                 allocateBuffer(nullPlaceholder, newCapacity);
allocateBuffer    210 Source/wtf/text/StringBuilder.cpp                 allocateBuffer(m_string.characters8(), newCapacity);
allocateBuffer    212 Source/wtf/text/StringBuilder.cpp                 allocateBuffer(m_string.characters16(), newCapacity);
allocateBuffer    254 Source/wtf/text/StringBuilder.cpp         allocateBuffer(m_length ? m_string.getCharacters<CharType>() : 0, expandedCapacity(capacity(), requiredLength));
allocateBuffer    284 Source/wtf/text/StringBuilder.h     void allocateBuffer(const LChar* currentCharacters, unsigned requiredLength);
allocateBuffer    285 Source/wtf/text/StringBuilder.h     void allocateBuffer(const UChar* currentCharacters, unsigned requiredLength);