Lines Matching refs:m_BlockList
52 MemoryBlockBase* pNext = m_BlockList.GetNext(pPrev); in Allocate()
58 m_BlockList.Insert(pNext, pBlock); in Allocate()
64 m_BlockList.PushBack(pBlock); in Allocate()
73 MemoryBlockBase* pNext = m_BlockList.GetFront(); in Allocate()
86 m_BlockList.Insert(pNext, pBlock); in Allocate()
99 m_BlockList.PushBack(pBlock); in Allocate()
114 m_BlockList.Erase(pBlock); in Free()
126 m_BlockList.Insert(pFrom, pTo); in Switch()
129 m_BlockList.Erase(pFrom); in Switch()
135 MemoryBlockBase* pItem = m_BlockList.GetBack(); in FindSpace()
153 pItem = m_BlockList.GetPrevious(pItem); in FindSpace()
167 MemoryBlockBase* pItem = m_BlockList.GetFront(); in Dump()
173 pItem = m_BlockList.GetNext(pItem); in Dump()