Home
last modified time | relevance | path

Searched refs:AllocationMode (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-2.4.0/include/nn/fnd/
Dfnd_ExpHeap.h56 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-2.4.0/sources/libraries/fnd/
Dfnd_ExpHeap.cpp55 void* ExpHeapBase::Allocate(size_t byteSize, s32 alignment, bit8 groupId, AllocationMode mode, bool… in Allocate()