Home
last modified time | relevance | path

Searched refs:s_pAllocator (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Layout.cpp43 nw::os::IAllocator* Layout::s_pAllocator = 0; member in nw::lyt::Layout
115 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()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Layout.h102 return s_pAllocator; in GetAllocator()
879 static nw::os::IAllocator* s_pAllocator;