Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fnd/
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_WaitableUnitHeap.h140 virtual size_t GetTotalSize() const { return Base::GetTotalSize(); } in GetTotalSize() function
Dfnd_FrameHeap.h88 virtual size_t GetTotalSize() const { return m_Size; } in GetTotalSize() function
542 virtual size_t GetTotalSize() const in GetTotalSize() function
Dfnd_ExpHeap.h393 virtual size_t GetTotalSize() const in GetTotalSize() function
Dfnd_BuddyHeap.h193 virtual size_t GetTotalSize() const { return m_HeapSize; } in GetTotalSize() function
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_ExpHeap.cpp157 size_t ExpHeapBase::GetTotalSize() const in GetTotalSize() function in nn::fnd::ExpHeapBase