Searched refs:allocateTable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h499 static ValueType* allocateTable(unsigned size);
987 Value* HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::allocateTable(unsigned size) function in class:WTF::HashTable
1066 m_table = allocateTable(newTableSize);

Completed in 1222 milliseconds