Searched refs:m_AllocationMode (Results 1 – 1 of 1) sorted by relevance
546 this->m_AllocationMode = mode;570 … s32 alignment) { return m_Heap->Allocate(size, alignment, m_GroupId, m_AllocationMode, m_Reuse); } in Allocate()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; variable