Searched refs:m_AllocCount (Results 1 – 2 of 2) sorted by relevance
47 m_AllocCount = 0; in Initialize()64 if ( m_AllocCount >= m_BlockCount ) return NULL; in Alloc()79 m_AllocCount++; in Alloc()102 m_AllocCount--; in Free()103 NW_ASSERT( m_AllocCount >= 0 ); in Free()
46 int m_AllocCount; //< ブロックの確保数 variable