Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/include/nn/fnd/
Dfnd_UnitHeap.h85 virtual size_t GetTotalSize() const { return m_Size; } in GetTotalSize() function
371 virtual size_t GetTotalSize() const { return Base::GetTotalSize(); } in GetTotalSize() function
Dfnd_WaitableUnitHeap.h140 virtual size_t GetTotalSize() const { return Base::GetTotalSize(); } in GetTotalSize() function
Dfnd_FrameHeap.h86 virtual size_t GetTotalSize() const { return m_Size; } in GetTotalSize() function
538 virtual size_t GetTotalSize() const in GetTotalSize() function
Dfnd_ExpHeap.h389 virtual size_t GetTotalSize() const in GetTotalSize() function
Dfnd_BuddyHeap.h193 virtual size_t GetTotalSize() const { return m_HeapSize; } in GetTotalSize() function
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/fnd/
Dfnd_ExpHeap.cpp157 size_t ExpHeapBase::GetTotalSize() const in GetTotalSize() function in nn::fnd::ExpHeapBase
/CTR-SDK-1.3.0/CTR_SDK/include/nn/net/osl/
Dosl_BuddyHeap.h163 virtual size_t GetTotalSize() const { return m_HeapSize; } in GetTotalSize() function