Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_AddressSpaceManager.cpp77 const uptr allocatedEnd = allocatedAddress + size; in Allocate() local
80 if( nextBegin < allocatedEnd + skipSize ) in Allocate()
91 const uptr allocatedEnd = allocatedAddress + size; in Allocate() local
93 if( m_SpaceEnd < allocatedEnd ) in Allocate()