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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h511 bool shouldExpand() const { return (m_keyCount + m_deletedCount) * m_maxLoad >= m_tableSize; }
538 static const unsigned m_maxLoad = 2; member in class:WTF::HashTable

Completed in 64 milliseconds