Home
last modified time | relevance | path

Searched refs:m_AllocCount (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamBufferPool.cpp47 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()
/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamBufferPool.h46 int m_AllocCount; //< ブロックの確保数 variable