Searched refs:m_AllocationMode (Results 1 – 1 of 1) sorted by relevance
542 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