Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_ExpHeap.h58 enum AllocationMode enum
134 …ize_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMode mode = ALLOCAT…
319 …ize_t byteSize, s32 alignment = DEFAULT_ALIGNMENT, bit8 groupId = 0, AllocationMode mode = ALLOCAT…
526 …Allocator(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeapBase::…
541 …void Initialize(ExpHeapTemplate<LockPolicy>& heap, bit8 groupId = 0, AllocationMode mode = ExpHeap…
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;
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_ExpHeap.cpp55 void* ExpHeapBase::Allocate(size_t byteSize, s32 alignment, bit8 groupId, AllocationMode mode, bool… in Allocate()