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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h430 deleteAllBucketsAndDeallocate(m_table, m_tableSize);
500 static void deleteAllBucketsAndDeallocate(ValueType* table, unsigned size);
1010 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::deleteAllBucketsAndDeallocate(ValueType* table, unsigned size) function in class:WTF::HashTable
1085 deleteAllBucketsAndDeallocate(oldTable, oldTableSize);
1097 deleteAllBucketsAndDeallocate(m_table, m_tableSize);

Completed in 111 milliseconds