Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/fnd/
Dfnd_Allocator.h66 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator()
105 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator()
/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp396 void ExceptionScreen::Create( nn::fnd::IAllocator* allocator, bit32 option ) in Create()