Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_Allocator.h61 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator()
100 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator()
/CTR-SDK-0.13.2/include/nn/net/osl/
Dosl_IpcDispatcher.h167 static void* operator new(size_t size, nn::fnd::IAllocator& allocator) throw() in new()