Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_ChannelManager.cpp50 m_ChannelCount = m_Pool.Create( mem, memSize ); in Initialize()
72 m_Pool.Destroy( m_pMem, m_MemSize ); in Finalize()
79 Channel* channel = m_Pool.Alloc(); in Alloc()
86 m_Pool.Free( channel ); in Free()
/NW4C-1.2.23/include/nw/snd/
Dsnd_ChannelManager.h47 ChannelPool m_Pool; variable