Searched refs:GetAllocatableSize (Results 1 – 3 of 3) sorted by relevance
84 size_t GetAllocatableSize(s32 alignment) const;273 inline size_t FrameHeapBase::GetAllocatableSize(s32 alignment) const in GetAllocatableSize() function520 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const523 return Base::GetAllocatableSize(alignment);
150 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const;417 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const420 return Base::GetAllocatableSize(alignment);
111 size_t ExpHeapBase::GetAllocatableSize(s32 alignment) const in GetAllocatableSize() function in nn::fnd::ExpHeapBase