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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h512 bool mustRehashInPlace() const { return m_keyCount * m_minLoad < m_tableSize * 2; }
517 return m_keyCount * m_minLoad < m_tableSize
539 static const unsigned m_minLoad = 6; member in class:WTF::HashTable

Completed in 655 milliseconds