Home
last modified time | relevance | path

Searched refs:m_string_pools (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp167 for (const auto &pool : m_string_pools) { in GetMemoryStats()
182 std::array<PoolEntry, 256> m_string_pools; member in Pool
189 return m_string_pools[((h >> 24) ^ (h >> 16) ^ (h >> 8) ^ h) & 0xff]; in selectPool()