Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_ChannelManager.cpp52 m_ChannelCount = m_Pool.Create( mem, memSize ); in Initialize()
74 m_Pool.Destroy( m_pMem, m_MemSize ); in Finalize()
81 Channel* channel = m_Pool.Alloc(); in Alloc()
88 m_Pool.Free( channel ); in Free()
/NW4C-2.0.3/include/nw/snd/
Dsnd_ChannelManager.h49 ChannelPool m_Pool; variable