Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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-4.2.5/include/nn/fnd/
Dfnd_UnitHeap.h81 size_t GetAllocatableCount() const { return m_Size / m_Unit - m_Count; } in GetAllocatableCount()
83 size_t GetAllocatedCount() const { return m_Count; } in GetAllocatedCount()
109 size_t m_Count; variable
119 NN_TASSERT_(m_Count == 0); in Finalize()
139 ++this->m_Count; in Allocate()
163 --this->m_Count; in Free()
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_ManagedThread.cpp424 s32 m_Count; in GetCurrentManagedCount() member in nn::os::ManagedThread::GetCurrentManagedCount::Counter
427 Counter() : m_Count(0) {} in GetCurrentManagedCount()
432 m_Count++; in GetCurrentManagedCount()
435 s32 GetCount() const { return m_Count; } in GetCurrentManagedCount()
/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_VertexInput.h347 u32 m_Count; variable