Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_FrameHeap.h82 size_t GetAllocatableSize(s32 alignment) const;
271 inline size_t FrameHeapBase::GetAllocatableSize(s32 alignment) const in GetAllocatableSize() function
516 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const
519 return Base::GetAllocatableSize(alignment);
Dfnd_ExpHeap.h148 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const;
413 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const
416 return Base::GetAllocatableSize(alignment);
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/
Dfnd_ExpHeap.cpp111 size_t ExpHeapBase::GetAllocatableSize(s32 alignment) const in GetAllocatableSize() function in nn::fnd::ExpHeapBase