Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_ExpHeap.h542 this->m_AllocationMode = mode;
566 … s32 alignment) { return m_Heap->Allocate(size, alignment, m_GroupId, m_AllocationMode, m_Reuse); } in Allocate()
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; variable