Searched refs:s_pAllocator (Results 1 – 2 of 2) sorted by relevance
41 nw::os::IAllocator* Layout::s_pAllocator = 0; member in nw::lyt::Layout113 s_pAllocator = pAllocator; in SetAllocator()125 NW_NULL_ASSERT(s_pAllocator); in AllocMemory()127 void *const pMem = s_pAllocator->Alloc(size, alignment); in AllocMemory()145 NW_NULL_ASSERT(s_pAllocator); in FreeMemory()147 s_pAllocator->Free(mem); in FreeMemory()188 NW_NULL_ASSERT(s_pAllocator); in Build()307 NW_NULL_ASSERT(s_pAllocator); in CreateAnimTransform()
100 return s_pAllocator; in GetAllocator()877 static nw::os::IAllocator* s_pAllocator;