Home
last modified time | relevance | path

Searched refs:GetTotalSize (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_WaitableUnitHeap.h56 s32 maxCount = Base::GetTotalSize() / Base::GetUnitSize();
140 virtual size_t GetTotalSize() const { return Base::GetTotalSize(); } in GetTotalSize() function
Dfnd_ExpHeap.h146 virtual size_t GetTotalSize() const;
393 virtual size_t GetTotalSize() const in GetTotalSize() function
396 return Base::GetTotalSize(); in GetTotalSize()
Dfnd_UnitHeap.h89 virtual size_t GetTotalSize() const { return m_Size; } in GetTotalSize() function
387 virtual size_t GetTotalSize() const { return Base::GetTotalSize(); } in GetTotalSize() function
Dfnd_HeapBase.h118 virtual size_t GetTotalSize() const = 0;
Dfnd_FrameHeap.h88 virtual size_t GetTotalSize() const { return m_Size; } in GetTotalSize() function
542 virtual size_t GetTotalSize() const in GetTotalSize() function
545 return Base::GetTotalSize(); in GetTotalSize()
Dfnd_BuddyHeap.h193 virtual size_t GetTotalSize() const { return m_HeapSize; } in GetTotalSize() function
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_ExpHeap.cpp133 u32 oldsize = ExpHeapBase::GetTotalSize(); in Adjust()
157 size_t ExpHeapBase::GetTotalSize() const in GetTotalSize() function in nn::fnd::ExpHeapBase