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

/external/webkit/Source/JavaScriptCore/wtf/
H A DHashTable.h300 deallocateTable(m_table, m_tableSize);
363 static void deallocateTable(ValueType* table, int size);
888 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::deallocateTable(ValueType* table, int size) function in class:WTF::HashTable
936 deallocateTable(oldTable, oldTableSize);
945 deallocateTable(m_table, m_tableSize);

Completed in 46 milliseconds