Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/CTR/MPCore/
Dos_MemoryMap.h41 #define NN_OS_ADDR_LAND_END NN_OS_ADDR_HEAP_BEGIN
44 #define NN_OS_ADDR_HEAP_BEGIN 0x08000000 macro
68 #define NN_OS_ADDR_USER_BEGIN NN_OS_ADDR_HEAP_BEGIN
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/
Dos_Memory.h122 inline uptr GetHeapAddress() { return NN_OS_ADDR_HEAP_BEGIN; } in GetHeapAddress()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_Memory.cpp145 const uptr requestAddress = NN_OS_ADDR_HEAP_BEGIN + s_HeapSize; in SetHeapSize()
165 const uptr freeAddress = NN_OS_ADDR_HEAP_BEGIN + size; in SetHeapSize()