Home
last modified time | relevance | path

Searched refs:IAllocator (Results 1 – 17 of 17) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_SimpleAutoStackManagerBase.h30 class IAllocator; variable
40 fnd::IAllocator* m_pAllocator;
51 void Initialize(fnd::IAllocator* pAllocator, uptr stackBottom);
60 fnd::IAllocator* GetAllocator() { return m_pAllocator; } in GetAllocator()
Dos_StackMemoryAutoStackManager.h30 class IAllocator; variable
102 void Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize()
121 void Initialize(fnd::IAllocator* pAllocator, StackT& stack) in Initialize()
Dos_SimpleAutoStackManager.h30 class IAllocator; variable
100 void Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize()
119 void Initialize(fnd::IAllocator* pAllocator, StackT& stack) in Initialize()
/CTR-SDK-4.2.5/include/nn/init/
Dinit_Allocator.h24 class IAllocator; variable
66 nn::fnd::IAllocator* GetAllocator(void);
/CTR-SDK-4.2.5/include/nn/cec/CTR/
Dcec_Control.h112 static nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc);
302 nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc);
337 nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc);
339 inline nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc) in Initialize()
Dcec_Api.h128 void SetAllocFunc(nn::fnd::IAllocator& cecAllocFunc);
/CTR-SDK-4.2.5/include/nn/dbg/CTR/
Ddbg_ExceptionScreen.h35 class IAllocator; variable
114 static void Create( nn::fnd::IAllocator* allocator, bit32 option = OPTION_DEFAULT );
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_SimpleAutoStackManagerBase.cpp38 void SimpleAutoStackManagerBase::Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize()
/CTR-SDK-4.2.5/include/nn/socket/
Dsocket_Common.h110 …Result Initialize(nn::fnd::IAllocator& allocator, size_t bufferSize, s32 maxSessions) NN_ATTRIBUTE…
Dsocket_SessionPool.h360 …Result TryInitialize(const char8* pName, size_t nameLen, nn::fnd::IAllocator& allocator, s32 count…
401 nn::fnd::IAllocator* m_pAllocator;
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_Allocator.h37 class IAllocator
58 virtual ~IAllocator() {} in ~IAllocator()
Dfnd_WaitableUnitHeap.h161 class WaitableUnitHeap<LockPolicy, Semaphore>::Allocator : public IAllocator
Dfnd_ExpHeap.h514 class ExpHeapTemplate<LockPolicy>::Allocator : public IAllocator
Dfnd_UnitHeap.h417 class UnitHeapTemplate<LockPolicy>::Allocator : public IAllocator
Dfnd_BuddyHeap.h657 class BuddyHeapTemplate<PageSize, MaxOrder, LockPolicy>::Allocator : public nn::fnd::IAllocator
/CTR-SDK-4.2.5/sources/libraries/init/
Dinit_Alloc.cpp185 nn::fnd::IAllocator* GetAllocator(void) in GetAllocator()
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp396 void ExceptionScreen::Create( nn::fnd::IAllocator* allocator, bit32 option ) in Create()