Searched refs:GetBlockCount (Results 1 – 3 of 3) sorted by relevance
10895 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount() function13040 if (m_PoolBlockVector->GetBlockCount() > 1) in DefragmentPassBegin()13042 else if (m_PoolBlockVector->GetBlockCount() == 1) in DefragmentPassBegin()13053 if (m_pBlockVectors[i]->GetBlockCount() > 1) in DefragmentPassBegin()13058 else if (m_pBlockVectors[i]->GetBlockCount() == 1) in DefragmentPassBegin()13134 prevCount = vector->GetBlockCount(); in DefragmentPassEnd()13140 currentCount = vector->GetBlockCount(); in DefragmentPassEnd()13173 prevCount = vector->GetBlockCount(); in DefragmentPassEnd()13179 currentCount = vector->GetBlockCount(); in DefragmentPassEnd()13191 freedBlockSize += dstBlockSize * (currentCount - vector->GetBlockCount()); in DefragmentPassEnd()[all …]
10919 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount() function13079 if (m_PoolBlockVector->GetBlockCount() > 1) in DefragmentPassBegin()13081 else if (m_PoolBlockVector->GetBlockCount() == 1) in DefragmentPassBegin()13092 if (m_pBlockVectors[i]->GetBlockCount() > 1) in DefragmentPassBegin()13097 else if (m_pBlockVectors[i]->GetBlockCount() == 1) in DefragmentPassBegin()13173 prevCount = vector->GetBlockCount(); in DefragmentPassEnd()13179 currentCount = vector->GetBlockCount(); in DefragmentPassEnd()13212 prevCount = vector->GetBlockCount(); in DefragmentPassEnd()13218 currentCount = vector->GetBlockCount(); in DefragmentPassEnd()13230 freedBlockSize += dstBlockSize * (currentCount - vector->GetBlockCount()); in DefragmentPassEnd()[all …]
5884 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount() function12799 const size_t blockCount = m_pBlockVector->GetBlockCount(); in Defragment()13014 const size_t blockCount = m_pBlockVector->GetBlockCount(); in PreprocessMetadata()13042 const size_t blockCount = m_pBlockVector->GetBlockCount(); in PostprocessMetadata()