Home
last modified time | relevance | path

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

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