Home
last modified time | relevance | path

Searched refs:m_Count (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/fnd/
Dfnd_UnitHeap.cpp33 this->m_Count = 0; in Initialize()
82 if(this->m_Count == 0) in Dump()
117 u32 usedSize = this->m_Unit * this->m_Count; in Dump()
/CTR-SDK-2.4.0/include/nn/fnd/
Dfnd_UnitHeap.h79 size_t GetAllocatableCount() const { return m_Size / m_Unit - m_Count; } in GetAllocatableCount()
81 size_t GetAllocatedCount() const { return m_Count; } in GetAllocatedCount()
107 size_t m_Count; variable
117 NN_TASSERT_(m_Count == 0); in Finalize()
137 ++this->m_Count; in Allocate()
161 --this->m_Count; in Free()
/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_VertexInput.h307 u32 m_Count; variable