Searched refs:m_AllocCount (Results 1 – 2 of 2) sorted by relevance
36 m_AllocCount = 0; in Initialize()53 if ( m_AllocCount >= m_BlockCount ) return NULL; in Alloc()68 m_AllocCount++; in Alloc()91 m_AllocCount--; in Free()92 NW_ASSERT( m_AllocCount >= 0 ); in Free()
44 int m_AllocCount; //< ブロックの確保数 variable