Home
last modified time | relevance | path

Searched defs:pMemory (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.8-20130828/sources/libraries/os/
Dos_SimpleAutoStackManager.cpp37 void* const pMemory = GetAllocator()->Allocate(stackSize, 4); in Construct() local
Dos_StackMemoryAutoStackManager.cpp39 void* const pMemory = GetAllocator()->Allocate(stackSize, 0x1000); in Construct() local
/CTR-SDK-4.2.8-20130828/sources/libraries/cx/
Dcx_Utility.h91 static void Free(void* pObj, void* pMemory) in Free()