Searched refs:m_Count (Results 1 – 2 of 2) sorted by relevance
32 this->m_Count = 0; in Initialize()81 if(this->m_Count == 0) in Dump()116 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()105 size_t m_Count; variable115 NN_TASSERT_(m_Count == 0); in Finalize()135 ++this->m_Count; in Allocate()159 --this->m_Count; in Free()