Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/os/
Dos_AddressSpaceManager.cpp79 const uptr nextBegin = pNext->GetAddress(); in Allocate() local
81 if( nextBegin < allocatedEnd + skipSize ) in Allocate()
142 const uptr nextBegin = pItem->GetAddress(); in FindSpace() local
143 const uptr nextEnd = nextBegin + pItem->GetSize(); in FindSpace()
153 end = nextBegin - skipSize; in FindSpace()