Searched refs:pItem (Results 1 – 1 of 1) sorted by relevance
135 MemoryBlockBase* pItem = m_BlockList.GetBack(); in FindSpace() local139 while( pItem != NULL ) in FindSpace()141 const uptr nextBegin = pItem->GetAddress(); in FindSpace()142 const uptr nextEnd = nextBegin + pItem->GetSize(); in FindSpace()149 return pItem; in FindSpace()153 pItem = m_BlockList.GetPrevious(pItem); in FindSpace()167 MemoryBlockBase* pItem = m_BlockList.GetFront(); in Dump() local170 while( pItem != NULL ) in Dump()172 …NN_TLOG_(" %08x %08x %08x\n", pItem, pItem->GetAddress(), pItem->GetAddress() + pItem->GetSize()… in Dump()173 pItem = m_BlockList.GetNext(pItem); in Dump()