Searched refs:s_Allocator (Results 1 – 2 of 2) sorted by relevance
45 static void SetAllocator(nw::os::IAllocator* allocator) { s_Allocator = allocator; } in SetAllocator()52 static nw::os::IAllocator* GetAllocator() { return s_Allocator; } in GetAllocator()63 NW_NULL_ASSERT( s_Allocator ); in Allocate()64 return s_Allocator->Alloc(size, 4); in Allocate()74 if (s_Allocator != NULL ) in Free()76 s_Allocator->Free(buffer); in Free()85 static nw::os::IAllocator* s_Allocator;
29 nw::os::IAllocator* CommandCacheManager::s_Allocator = NULL; member in nw::gfx::CommandCacheManager