Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Utility.h86 static void* Allocate(void* pObj, unsigned numItems, size_t size) in Allocate() function
101 void* Allocate(size_t size) in Allocate() function
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_WaitableUnitHeap.h96 void* Allocate() in Allocate() function
184 inline void* WaitableUnitHeap<LockPolicy, Semaphore>::Allocator::Allocate(size_t size, s32 alignmen… in Allocate() function
Dfnd_UnitHeap.h133 inline void* UnitHeapBase::Allocate() in Allocate() function
310 void* Allocate() in Allocate() function
473 inline void* UnitHeapTemplate<LockPolicy>::Allocator::Allocate(size_t size, s32 alignment) in Allocate() function
Dfnd_ExpHeap.h570 …virtual void* Allocate(size_t size, s32 alignment) { return m_Heap->Allocate(size, alignment, m_Gr… in Allocate() function
Dfnd_FrameHeap.h129 inline void* FrameHeapBase::Allocate(size_t size, s32 alignment) in Allocate() function
/CTR-SDK-4.2.5/include/nn/util/
Dutil_Bits.h51 int Allocate() in Allocate() function
125 int Allocate() { return BitsAllocatorBase::AllocateImpl(m_Bits, N); } in Allocate() function
/CTR-SDK-4.2.5/include/nn/socket/
Dsocket_SessionPool.h61 Result Allocate(SessionItem*& pSessionItem) in Allocate() function
201 Result Allocate(SessionItem*& pSessionItem) in Allocate() function
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_AddressSpaceManager.cpp37 uptr AddressSpaceManager::Allocate(MemoryBlockBase* pBlock, size_t size, size_t skipSize) in Allocate() function in nn::os::AddressSpaceManager
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_ExpHeap.cpp55 void* ExpHeapBase::Allocate(size_t byteSize, s32 alignment, bit8 groupId, AllocationMode mode, bool… in Allocate() function in nn::fnd::ExpHeapBase