Home
last modified time | relevance | path

Searched refs:pItem (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/os/
Dos_AddressSpaceManager.cpp135 MemoryBlockBase* pItem = m_BlockList.GetBack(); in FindSpace() local
139 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() local
170 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()