Searched refs:m_pAllocator (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_SharedPtr.h | 62 if ( m_pAllocator ) in Destroy() 65 m_pAllocator->Free( this ); in Destroy() 146 m_pAllocator( pAllocator ) in SharedPtrCount() 173 nw::os::IAllocator* m_pAllocator; variable 190 /* ctor */ SharedPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) {} in SharedPtr() 202 m_pAllocator( pAllocator ) in m_pObj() 226 m_pAllocator( other.m_pAllocator ) in SharedPtr() 243 m_pAllocator( other.m_pAllocator ) 259 m_pAllocator( other.m_pAllocator ) in SharedPtr() 268 m_pAllocator = NULL; in SharedPtr() [all …]
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_WaveSound.cpp | 130 m_DataLoadTask.m_pAllocator = heap; in RegisterDataLoadTask() 250 m_pAllocator( NULL ), in DataLoadTask() 258 m_pAllocator->Clear(); // あらかじめクリアしておく in Execute() 265 if ( ! m_pDataManager->LoadData( soundId, m_pAllocator, SoundArchiveLoader::LOAD_WSD ) ) in Execute() 284 m_LoadInfoWsd.address, m_Index, m_pAllocator ) ) in Execute()
|
| D | snd_SequenceSound.cpp | 798 m_DataLoadTask.m_pAllocator = heap; in RegisterDataLoadTask() 820 m_pAllocator( NULL ), in DataLoadTask() 828 m_pAllocator->Clear(); // あらかじめクリアしておく in Execute() 835 if ( ! m_pDataManager->LoadData( soundId, m_pAllocator, SoundArchiveLoader::LOAD_SEQ ) ) in Execute() 854 bankId, m_pAllocator, SoundArchiveLoader::LOAD_BANK ) ) in Execute() 875 m_LoadInfoBanks[i].address, m_pAllocator ) ) in Execute()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_WaveSound.h | 118 PlayerHeap* m_pAllocator; variable
|
| D | snd_SequenceSound.h | 89 PlayerHeap* m_pAllocator; variable
|