Searched refs:GetAllocatableSize (Results 1 – 3 of 3) sorted by relevance
82 size_t GetAllocatableSize(s32 alignment) const;271 inline size_t FrameHeapBase::GetAllocatableSize(s32 alignment) const in GetAllocatableSize() function516 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const519 return Base::GetAllocatableSize(alignment);
148 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const;413 size_t GetAllocatableSize(s32 alignment = DEFAULT_ALIGNMENT) const416 return Base::GetAllocatableSize(alignment);
111 size_t ExpHeapBase::GetAllocatableSize(s32 alignment) const in GetAllocatableSize() function in nn::fnd::ExpHeapBase