Searched refs:IAllocator (Results 1 – 17 of 17) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_SimpleAutoStackManagerBase.h | 30 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()
|
| D | os_StackMemoryAutoStackManager.h | 30 class IAllocator; variable 102 void Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize() 121 void Initialize(fnd::IAllocator* pAllocator, StackT& stack) in Initialize()
|
| D | os_SimpleAutoStackManager.h | 30 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/ |
| D | init_Allocator.h | 24 class IAllocator; variable 66 nn::fnd::IAllocator* GetAllocator(void);
|
| /CTR-SDK-4.2.5/include/nn/cec/CTR/ |
| D | cec_Control.h | 112 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()
|
| D | cec_Api.h | 128 void SetAllocFunc(nn::fnd::IAllocator& cecAllocFunc);
|
| /CTR-SDK-4.2.5/include/nn/dbg/CTR/ |
| D | dbg_ExceptionScreen.h | 35 class IAllocator; variable 114 static void Create( nn::fnd::IAllocator* allocator, bit32 option = OPTION_DEFAULT );
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_SimpleAutoStackManagerBase.cpp | 38 void SimpleAutoStackManagerBase::Initialize(fnd::IAllocator* pAllocator, uptr stackBottom) in Initialize()
|
| /CTR-SDK-4.2.5/include/nn/socket/ |
| D | socket_Common.h | 110 …Result Initialize(nn::fnd::IAllocator& allocator, size_t bufferSize, s32 maxSessions) NN_ATTRIBUTE…
|
| D | socket_SessionPool.h | 360 …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/ |
| D | fnd_Allocator.h | 37 class IAllocator 58 virtual ~IAllocator() {} in ~IAllocator()
|
| D | fnd_WaitableUnitHeap.h | 161 class WaitableUnitHeap<LockPolicy, Semaphore>::Allocator : public IAllocator
|
| D | fnd_ExpHeap.h | 514 class ExpHeapTemplate<LockPolicy>::Allocator : public IAllocator
|
| D | fnd_UnitHeap.h | 417 class UnitHeapTemplate<LockPolicy>::Allocator : public IAllocator
|
| D | fnd_BuddyHeap.h | 657 class BuddyHeapTemplate<PageSize, MaxOrder, LockPolicy>::Allocator : public nn::fnd::IAllocator
|
| /CTR-SDK-4.2.5/sources/libraries/init/ |
| D | init_Alloc.cpp | 185 nn::fnd::IAllocator* GetAllocator(void) in GetAllocator()
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_ExceptionScreen.cpp | 396 void ExceptionScreen::Create( nn::fnd::IAllocator* allocator, bit32 option ) in Create()
|