Searched refs:AllocationMode (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/ |
| D | fnd_ExpHeap.h | 56 enum AllocationMode enum 132 …ize_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMode mode = ALLOCAT… 315 …ize_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMode mode = ALLOCAT… 522 …Allocator(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeapBase::… 537 …void Initialize(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeap… 590 AllocationMode GetAllocationMode() const { return m_AllocationMode; } in GetAllocationMode() 596 … void SetAllocationMode(AllocationMode allocationMode) { this->m_AllocationMode = allocationMode; } in SetAllocationMode() 613 nn::util::SizedEnum1<AllocationMode> m_AllocationMode;
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/ |
| D | fnd_ExpHeap.cpp | 55 void* ExpHeapBase::Allocate(size_t byteSize, s32 alignment, bit8 groupId, AllocationMode mode, bool… in Allocate()
|