Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_SimpleAutoStackManager.cpp37 void* const pMemory = GetAllocator()->Allocate(stackSize, 4); in Construct() local
38 NN_POINTER_TASSERT_(pMemory); in Construct()
40 uptr stackBottom = reinterpret_cast<uptr>(pMemory) + stackSize; in Construct()
44 pStackBottom->pHead = pMemory; in Construct()
Dos_StackMemoryAutoStackManager.cpp39 void* const pMemory = GetAllocator()->Allocate(stackSize, 0x1000); in Construct() local
40 NN_POINTER_TASSERT_(pMemory); in Construct()
43 stackMemory.Initialize(pMemory, stackSize); in Construct()
51 pStackBottom->pHead = pMemory; in Construct()
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Utility.h91 static void Free(void* pObj, void* pMemory) in Free() argument
97 NN_UNUSED_VAR(pMemory); in Free()
/CTR-SDK-4.2.5/include/nn/svc/
Dsvc_Stub.h67 nn::Result CreateMemoryBlock ( nn::Handle* pOut, uptr pMemory, size…