Searched refs:s_pAllocator (Results 1 – 2 of 2) sorted by relevance
43 nw::os::IAllocator* Layout::s_pAllocator = 0; member in nw::lyt::Layout115 s_pAllocator = pAllocator; in SetAllocator()127 NW_NULL_ASSERT(s_pAllocator); in AllocMemory()129 void *const pMem = s_pAllocator->Alloc(size, alignment); in AllocMemory()147 NW_NULL_ASSERT(s_pAllocator); in FreeMemory()149 s_pAllocator->Free(mem); in FreeMemory()190 NW_NULL_ASSERT(s_pAllocator); in Build()309 NW_NULL_ASSERT(s_pAllocator); in CreateAnimTransform()
102 return s_pAllocator; in GetAllocator()879 static nw::os::IAllocator* s_pAllocator;