| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_WaitableUnitHeap.h | 80 void* ret = Base::Allocate(); in TryAllocate() 96 void* Allocate() in Allocate() function 99 void* ret = Base::Allocate(); in Allocate() 175 virtual void* Allocate(size_t size, s32 alignment); 184 inline void* WaitableUnitHeap<LockPolicy, Semaphore>::Allocator::Allocate(size_t size, s32 alignmen… in Allocate() function 188 return m_Heap->Allocate(); in Allocate()
|
| D | fnd_UnitHeap.h | 73 void* Allocate(); 133 inline void* UnitHeapBase::Allocate() in Allocate() function 310 void* Allocate() in Allocate() function 313 return Base::Allocate(); in Allocate() 460 virtual void* Allocate(size_t size, s32 alignment); 473 inline void* UnitHeapTemplate<LockPolicy>::Allocator::Allocate(size_t size, s32 alignment) in Allocate() function 477 return m_Heap->Allocate(); in Allocate()
|
| D | fnd_Allocator.h | 49 virtual void* Allocate(size_t size, s32 alignment) = 0; 92 …tic_cast<T*>(StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()->Allocate(n * sizeof(T), nn… 122 …pointer allocate(size_type n, void* = 0) { return static_cast<T*>(s_Allocator->Allocate(n * sizeof…
|
| D | fnd_ExpHeap.h | 134 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod… 319 …void* Allocate(size_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMod… 322 return Base::Allocate(byteSize, alignment, groupId, mode, reuse); 570 …virtual void* Allocate(size_t size, s32 alignment) { return m_Heap->Allocate(size, alignment, m_Gr… in Allocate() function
|
| D | fnd_FrameHeap.h | 70 void* Allocate(size_t size, s32 alignment); 129 inline void* FrameHeapBase::Allocate(size_t size, s32 alignment) in Allocate() function 418 void* Allocate(size_t size, s32 alignment = DEFAULT_ALIGNMENT) 421 return Base::Allocate(size, alignment);
|
| D | fnd_BuddyHeap.h | 704 virtual void* Allocate(size_t size, s32 alignment = nn::fnd::HeapBase::DEFAULT_ALIGNMENT)
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Utility.h | 86 static void* Allocate(void* pObj, unsigned numItems, size_t size) in Allocate() function 88 return reinterpret_cast<ZlibAllocator*>(pObj)->Allocate(numItems * size); in Allocate() 101 void* Allocate(size_t size) in Allocate() function
|
| D | cx_Uncompression.cpp | 1093 s.zalloc = detail::ZlibAllocator::Allocate; in UncompressDeflateCommon()
|
| D | cx_Compression.cpp | 1327 s.zalloc = detail::ZlibAllocator::Allocate; in CompressDeflateCommon()
|
| D | cx_StreamingUncompression.cpp | 1548 s.zalloc = detail::ZlibAllocator::Allocate; in InitUncompressContextDeflateCommon()
|
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Bits.h | 51 int Allocate() in Allocate() function 102 int j = bits[i].Allocate(); in AllocateImpl() 125 int Allocate() { return BitsAllocatorBase::AllocateImpl(m_Bits, N); } in Allocate() function
|
| /CTR-SDK-4.2.5/include/nn/socket/ |
| D | socket_Common.h | 31 void* Allocate(size_t size, s32 alignment = sizeof(int)); 32 Result Allocate(void*& p, size_t size, s32 alignment = sizeof(int));
|
| D | socket_SessionPool.h | 61 Result Allocate(SessionItem*& pSessionItem) in Allocate() function 64 Result result = m_sessionPool.Allocate(pSessionItem); in Allocate() 201 Result Allocate(SessionItem*& pSessionItem) in Allocate() function 363 m_pSessionItemArray = reinterpret_cast<SessionItem*>(allocator.Allocate(arraySize, 4));
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_SimpleAutoStackManager.cpp | 37 void* const pMemory = GetAllocator()->Allocate(stackSize, 4); in Construct()
|
| D | os_StackMemoryAutoStackManager.cpp | 39 void* const pMemory = GetAllocator()->Allocate(stackSize, 0x1000); in Construct()
|
| D | os_AddressSpaceManager.cpp | 37 uptr AddressSpaceManager::Allocate(MemoryBlockBase* pBlock, size_t size, size_t skipSize) in Allocate() function in nn::os::AddressSpaceManager 200 return pThis->Allocate(pBlock, size, skipSize); in nnosAddressSpaceManagerAllocate()
|
| D | os_AddressSpaceManager.h | 67 uptr Allocate(MemoryBlockBase* pBlock, size_t size, size_t skipSize);
|
| D | os_MemoryBlock.cpp | 52 return pManager->Allocate(p, s, 0); in AllocateFromMemoryBlockSpace()
|
| D | os_SharedMemory.cpp | 49 return pManager->Allocate(p, s, NN_OS_MEMORY_PAGE_SIZE); in AllocateFromSharedMemorySpace()
|
| /CTR-SDK-4.2.5/sources/libraries/init/ |
| D | init_Alloc.cpp | 54 return s_pSystemHeap->Allocate(size); in malloc()
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/ |
| D | fnd_ExpHeap.cpp | 55 void* ExpHeapBase::Allocate(size_t byteSize, s32 alignment, bit8 groupId, AllocationMode mode, bool… in Allocate() function in nn::fnd::ExpHeapBase
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_ExceptionScreen.cpp | 400 …s_ExceptionScreen = new (allocator->Allocate(sizeof(*s_ExceptionScreen), 8)) ExceptionScreen(optio… in Create()
|