Searched refs:m_string_pools (Results 1 – 1 of 1) sorted by relevance
167 for (const auto &pool : m_string_pools) { in GetMemoryStats()182 std::array<PoolEntry, 256> m_string_pools; member in Pool189 return m_string_pools[((h >> 24) ^ (h >> 16) ^ (h >> 8) ^ h) & 0xff]; in selectPool()