Home
last modified time | relevance | path

Searched refs:MemAlloc (Results 1 – 20 of 20) sorted by relevance

/NW4C-2.0.3/demos/snd/externalFile/sources/
DexternalFileApp.cpp62 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
79 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
89 m_pMemoryForStringBlock = MemAlloc( stringBlockSize ); in InitializeSoundSystem()
99 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
106 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
109 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
120 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
189 m_pMemoryForExternalFile = MemAlloc( m_LengthForExternalFile, 32 ); in InitializeDemo()
/NW4C-2.0.3/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp51 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
68 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
78 m_pMemoryForStringBlock = MemAlloc( stringBlockSize ); in InitializeSoundSystem()
88 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
95 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
98 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
109 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-2.0.3/demos/snd/labelString/sources/
DLabelStringApp.cpp58 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
75 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
85 m_pMemoryForStringBlock = MemAlloc( stringBlockSize ); in InitializeSoundSystem()
95 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
102 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
105 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
116 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-2.0.3/demos/snd/playerHeap/sources/
DplayerHeapApp.cpp64 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
81 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
91 m_pMemoryForStringBlock = MemAlloc( stringBlockSize ); in InitializeSoundSystem()
101 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
108 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
111 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
/NW4C-2.0.3/demos/snd/simple/sources/
DSimpleApp.cpp55 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
72 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
82 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
89 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
92 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
103 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-2.0.3/demos/snd/holdSound/sources/
DHoldSoundApp.cpp55 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
72 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
82 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
89 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
92 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
103 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-2.0.3/demos/snd/memorySoundArchive/sources/
DMemorySoundArchiveApp.cpp45 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
57 m_pMemoryForSoundArchive = MemAlloc( size, 32 ); in InitializeSoundSystem()
66 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
73 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
76 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
/NW4C-2.0.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp69 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
86 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
96 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
103 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
106 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
117 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-2.0.3/demos/snd/effect/sources/
Dmain.cpp126 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
143 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
153 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
160 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
163 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
174 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
329 m_pMemoryForNwFxReverb = MemAlloc( reverbBufferSize, 4 ); in InitializeEffect()
349 m_pMemoryForNwFxDelay = MemAlloc( delayBufferSize, 4 ); in InitializeEffect()
374 m_pMemoryForNnFxReverb = MemAlloc( reverbBufferSize, 4 ); in InitializeEffect()
394 m_pMemoryForNnFxDelay = MemAlloc( delayBufferSize, 4 ); in InitializeEffect()
/NW4C-2.0.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp135 nn::Result result = nn::hio::Initialize( MemAlloc( nn::hio::WORKMEMORY_SIZE ) ); in OnInitialize()
159 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
173 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundManager()
180 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundManager()
183 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundManager()
198 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundManager()
251 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in OpenSoundArchive()
264 m_pMemoryForStringBlock = MemAlloc( stringBlockSize ); in OpenSoundArchive()
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp73 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
90 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
100 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
107 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
110 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
121 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
129 m_pMemoryFor3dManager = MemAlloc( setupSize ); in InitializeSoundSystem()
/NW4C-2.0.3/demos/snd/filter/sources/
Dmain.cpp148 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
165 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
175 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
182 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
185 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
196 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-2.0.3/demos/snd/withSdk/sources/
Dmain.cpp130 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
150 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
160 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
167 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
170 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
181 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
209 s_pMemoryForSdkVoice = MemAlloc( fileSize, 32 ); in InitializeSdkVoice()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp157 buffer = MemAlloc( fileSize, nw::font::GlyphDataAlignment ); in InitializeFont()
197 void* drawBuffer = MemAlloc( drawBufferSize, 4 ); in InitializeFont()
226 void* shaderBinary = MemAlloc( fileSize ); in InitializeShaders()
234 void *const vtxBufCmdBuf = MemAlloc( vtxBufCmdBufSize ); in InitializeShaders()
263 void *const bufMem = MemAlloc(DrawBufferSize); in AllocDispStringBuffer()
447 void* AppBase::MemAlloc( size_t size, u8 alignment ) in MemAlloc() function in nw::snd::demolib::AppBase
/NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp147 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
175 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
185 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
192 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
195 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
206 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
234 s_pMemoryForSdkVoice = MemAlloc( fileSize, 32 ); in InitializeSdkVoice()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp68 MemAlloc( in MemAlloc() function
117 void* shaderBinary = MemAlloc(fileSize); in InitShaders()
234 void* readBuffer = MemAlloc(readBufferSize); in InitFont()
317 void* const readBuffer = MemAlloc(readBufferSize); in InitFontStreaming()
429 void *const bufMem = MemAlloc(DrawBufferSize); in AllocDispStringBuffer()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp57 MemAlloc( in MemAlloc() function
106 void* shaderBinary = MemAlloc(fileSize); in InitShaders()
243 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
289 void *const bufMem = MemAlloc(DrawBufferSize); in AllocDispStringBuffer()
/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp70 MemAlloc( in MemAlloc() function
131 void* shaderBinary = MemAlloc(fileSize); in InitShaders()
192 void* readBuffer = MemAlloc(readBufferSize); in InitFont()
286 void* const readBuffer = MemAlloc(readBufferSize); in InitFontStreaming()
/NW4C-2.0.3/demos/font/OldResFont/sources/
Dmain.cpp52 MemAlloc( in MemAlloc() function
113 void* shaderBinary = MemAlloc(fileSize); in InitShaders()
194 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
/NW4C-2.0.3/demos/snd/demolib/include/
Ddemolib.h57 void* MemAlloc( size_t size, u8 alignment = 4 );