Lines Matching refs:m_BlockList
53 MemoryBlockBase* pNext = m_BlockList.GetNext(pPrev); in Allocate()
59 m_BlockList.Insert(pNext, pBlock); in Allocate()
65 m_BlockList.PushBack(pBlock); in Allocate()
74 MemoryBlockBase* pNext = m_BlockList.GetFront(); in Allocate()
87 m_BlockList.Insert(pNext, pBlock); in Allocate()
100 m_BlockList.PushBack(pBlock); in Allocate()
115 m_BlockList.Erase(pBlock); in Free()
127 m_BlockList.Insert(pFrom, pTo); in Switch()
130 m_BlockList.Erase(pFrom); in Switch()
136 MemoryBlockBase* pItem = m_BlockList.GetBack(); in FindSpace()
154 pItem = m_BlockList.GetPrevious(pItem); in FindSpace()
168 MemoryBlockBase* pItem = m_BlockList.GetFront(); in Dump()
174 pItem = m_BlockList.GetNext(pItem); in Dump()