Searched refs:pMemory (Results 1 – 4 of 4) sorted by relevance
37 void* const pMemory = GetAllocator()->Allocate(stackSize, 4); in Construct() local38 NN_POINTER_TASSERT_(pMemory); in Construct()40 uptr stackBottom = reinterpret_cast<uptr>(pMemory) + stackSize; in Construct()44 pStackBottom->pHead = pMemory; in Construct()
39 void* const pMemory = GetAllocator()->Allocate(stackSize, 0x1000); in Construct() local40 NN_POINTER_TASSERT_(pMemory); in Construct()43 stackMemory.Initialize(pMemory, stackSize); in Construct()51 pStackBottom->pHead = pMemory; in Construct()
91 static void Free(void* pObj, void* pMemory) in Free() argument97 NN_UNUSED_VAR(pMemory); in Free()
67 nn::Result CreateMemoryBlock ( nn::Handle* pOut, uptr pMemory, size…