Searched refs:m_sortedBlockList (Results 1 – 2 of 2) sorted by relevance
42 auto curr = m_sortedBlockList[i]; in ~MemoryBlockManager()177 auto block = m_sortedBlockList[MemoryBlockInternal::State::submitted]; in RefreshBlockStates()327 auto block = m_sortedBlockList[MemoryBlockInternal::State::free]; in UnregisterHeap()419 if (m_sortedBlockList[MemoryBlockInternal::State::free] == nullptr) in IsSpaceAvailable()429 auto block = m_sortedBlockList[MemoryBlockInternal::State::free]; in IsSpaceAvailable()494 if (m_sortedBlockList[MemoryBlockInternal::State::free] == nullptr) in AllocateSpace()510 auto block = m_sortedBlockList[MemoryBlockInternal::State::free]; in AllocateSpace()670 auto curr = m_sortedBlockList[state]; in AddBlockToSortedList()688 m_sortedBlockList[state] = block; in AddBlockToSortedList()703 block->m_stateNext = m_sortedBlockList[state]; in AddBlockToSortedList()[all …]
423 MemoryBlockInternal *m_sortedBlockList[MemoryBlockInternal::State::stateCount] = {nullptr}; variable