Home
last modified time | relevance | path

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

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/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-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/net/osl/
Dosl_IpcDispatcher.h167 static void* operator new(size_t size, nn::fnd::IAllocator& allocator) throw() in new()