Searched defs:allocator (Results 1 – 2 of 2) sorted by relevance
63 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator()102 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator()
167 static void* operator new(size_t size, nn::fnd::IAllocator& allocator) throw() in new()