Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/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_UnitHeap.h83 virtual size_t GetTotalSize() const { return m_Size; } in GetTotalSize() function
357 virtual size_t GetTotalSize() const { return Base::GetTotalSize(); } in GetTotalSize() function
Dfnd_ExpHeap.h144 virtual size_t GetTotalSize() const;
389 virtual size_t GetTotalSize() const in GetTotalSize() function
392 return Base::GetTotalSize(); in GetTotalSize()
Dfnd_HeapBase.h116 virtual size_t GetTotalSize() const = 0;
Dfnd_FrameHeap.h86 virtual size_t GetTotalSize() const { return m_Size; } in GetTotalSize() function
538 virtual size_t GetTotalSize() const in GetTotalSize() function
541 return Base::GetTotalSize(); in GetTotalSize()
Dfnd_BuddyHeap.h193 virtual size_t GetTotalSize() const { return m_HeapSize; } in GetTotalSize() function
/CTR-SDK-0.14.4/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
/CTR-SDK-0.14.4/include/nn/net/osl/
Dosl_BuddyHeap.h163 virtual size_t GetTotalSize() const { return m_HeapSize; } in GetTotalSize() function