Home
last modified time | relevance | path

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

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