Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_FrameHeap.h84 size_t GetAllocatableSize(s32 alignment) const;
273 inline size_t FrameHeapBase::GetAllocatableSize(s32 alignment) const in GetAllocatableSize() function
520 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const
523 return Base::GetAllocatableSize(alignment);
Dfnd_ExpHeap.h150 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const;
417 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const
420 return Base::GetAllocatableSize(alignment);
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_ExpHeap.cpp111 size_t ExpHeapBase::GetAllocatableSize(s32 alignment) const in GetAllocatableSize() function in nn::fnd::ExpHeapBase