Searched refs:s_Allocator (Results 1 – 2 of 2) sorted by relevance
47 static void SetAllocator(nw::os::IAllocator* allocator) { s_Allocator = allocator; } in SetAllocator()54 static nw::os::IAllocator* GetAllocator() { return s_Allocator; } in GetAllocator()65 NW_NULL_ASSERT( s_Allocator ); in Allocate()66 return s_Allocator->Alloc(size, 4); in Allocate()76 if (s_Allocator != NULL ) in Free()78 s_Allocator->Free(buffer); in Free()87 static nw::os::IAllocator* s_Allocator;
31 nw::os::IAllocator* CommandCacheManager::s_Allocator = NULL; member in nw::gfx::CommandCacheManager