Searched defs:allocator (Results 1 – 2 of 2) sorted by relevance
61 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator()100 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()