Searched refs:m_pAllocator (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_SharedPtr.h | 64 if ( m_pAllocator ) in Destroy() 67 m_pAllocator->Free( this ); in Destroy() 148 m_pAllocator( pAllocator ) in SharedPtrCount() 175 nw::os::IAllocator* m_pAllocator; variable 192 /* ctor */ SharedPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) {} in SharedPtr() 204 m_pAllocator( pAllocator ) in m_pObj() 228 m_pAllocator( other.m_pAllocator ) in SharedPtr() 245 m_pAllocator( other.m_pAllocator ) 261 m_pAllocator( other.m_pAllocator ) in SharedPtr() 270 m_pAllocator = NULL; in SharedPtr() [all …]
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_WaveSound.cpp | 136 m_DataLoadTask.m_pAllocator = heap; in RegisterDataLoadTask() 256 m_pAllocator( NULL ), in DataLoadTask() 264 m_pAllocator->Clear(); // あらかじめクリアしておく in Execute() 271 if ( ! m_pDataManager->LoadData( soundId, m_pAllocator, SoundArchiveLoader::LOAD_WSD ) ) in Execute() 290 m_LoadInfoWsd.address, m_Index, m_pAllocator ) ) in Execute()
|
| D | snd_SequenceSound.cpp | 802 m_DataLoadTask.m_pAllocator = heap; in RegisterDataLoadTask() 824 m_pAllocator( NULL ), in DataLoadTask() 832 m_pAllocator->Clear(); // あらかじめクリアしておく in Execute() 839 if ( ! m_pDataManager->LoadData( soundId, m_pAllocator, SoundArchiveLoader::LOAD_SEQ ) ) in Execute() 858 bankId, m_pAllocator, SoundArchiveLoader::LOAD_BANK ) ) in Execute() 879 m_LoadInfoBanks[i].address, m_pAllocator ) ) in Execute()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_WaveSound.h | 120 PlayerHeap* m_pAllocator; variable
|
| D | snd_SequenceSound.h | 91 PlayerHeap* m_pAllocator; variable
|