Searched refs:m_Count (Results 1 – 4 of 4) sorted by relevance
33 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()
81 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; variable119 NN_TASSERT_(m_Count == 0); in Finalize()139 ++this->m_Count; in Allocate()163 --this->m_Count; in Free()
424 s32 m_Count; in GetCurrentManagedCount() member in nn::os::ManagedThread::GetCurrentManagedCount::Counter427 Counter() : m_Count(0) {} in GetCurrentManagedCount()432 m_Count++; in GetCurrentManagedCount()435 s32 GetCount() const { return m_Count; } in GetCurrentManagedCount()
347 u32 m_Count; variable