Searched defs:pMemory (Results 1 – 3 of 3) sorted by relevance
37 void* const pMemory = GetAllocator()->Allocate(stackSize, 4); in Construct() local
39 void* const pMemory = GetAllocator()->Allocate(stackSize, 0x1000); in Construct() local
91 static void Free(void* pObj, void* pMemory) in Free()