Searched defs:m_poolSize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h337 Node* pastPool() { return pool() + m_poolSize; }
345 static const size_t m_poolSize = 1; member in struct:WTF::ListHashSetAllocator
347 static const size_t m_poolSize = inlineCapacity; member in struct:WTF::ListHashSetAllocator
349 AlignedBuffer<sizeof(NodeBase) * m_poolSize, WTF_ALIGN_OF(NodeBase)> m_pool;

Completed in 320 milliseconds