Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/init/
Dinit_Allocator.h28 class IAllocator; variable
49 nn::fnd::IAllocator* GetAllocator(void);
/CTR-SDK-0.14.4/include/nn/cec/CTR/
Dcec_Control.h109 static nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc);
266 nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc);
284 inline nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc) in Initialize()
Dcec_Api.h153 void SetAllocFunc(nn::fnd::IAllocator& cecAllocFunc);
/CTR-SDK-0.14.4/include/nn/socket/
Dsocket_Common.h111 …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-0.14.4/include/nn/fnd/
Dfnd_Allocator.h34 class IAllocator
55 virtual ~IAllocator() {} in ~IAllocator()
Dfnd_WaitableUnitHeap.h161 class WaitableUnitHeap<LockPolicy, Semaphore>::Allocator : public IAllocator
Dfnd_UnitHeap.h387 class UnitHeapTemplate<LockPolicy>::Allocator : public IAllocator
Dfnd_ExpHeap.h510 class ExpHeapTemplate<LockPolicy>::Allocator : public IAllocator
Dfnd_BuddyHeap.h657 class BuddyHeapTemplate<PageSize, MaxOrder, LockPolicy>::Allocator : public nn::fnd::IAllocator
/CTR-SDK-0.14.4/sources/libraries/init/
Dinit_Alloc.cpp132 nn::fnd::IAllocator* GetAllocator(void) in GetAllocator()
/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()
219 nn::fnd::IAllocator& allocator,
350 nn::fnd::IAllocator& m_allocator;
Dosl_BuddyHeap.h488 class BuddyHeapTemplate<PageSize, MaxOrder, LockPolicy>::Allocator : public nn::fnd::IAllocator