Searched refs:m_Count (Results 1 – 3 of 3) 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()
79 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; variable117 NN_TASSERT_(m_Count == 0); in Finalize()137 ++this->m_Count; in Allocate()161 --this->m_Count; in Free()
307 u32 m_Count; variable