Searched refs:AllocationMode (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_ExpHeap.h | 58 enum AllocationMode enum 134 …ize_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMode mode = ALLOCAT… 319 …ize_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMode mode = ALLOCAT… 526 …Allocator(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeapBase::… 541 …void Initialize(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeap… 594 AllocationMode GetAllocationMode() const { return m_AllocationMode; } in GetAllocationMode() 600 … void SetAllocationMode(AllocationMode allocationMode) { this->m_AllocationMode = allocationMode; } in SetAllocationMode() 617 nn::util::SizedEnum1<AllocationMode> m_AllocationMode;
|
| /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()
|