Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/snd/externalFile/sources/
DexternalFileApp.cpp60 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
77 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
87 m_pMemoryForStringBlock = MemAlloc( stringBlockSize ); in InitializeSoundSystem()
97 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
104 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
107 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
118 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
187 m_pMemoryForExternalFile = MemAlloc( m_LengthForExternalFile, 32 ); in InitializeDemo()
/NW4C-1.3.3/demos/snd/labelString/sources/
DLabelStringApp.cpp56 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
73 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
83 m_pMemoryForStringBlock = MemAlloc( stringBlockSize ); in InitializeSoundSystem()
93 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
100 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
103 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
114 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-1.3.3/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp49 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
66 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
76 m_pMemoryForStringBlock = MemAlloc( stringBlockSize ); in InitializeSoundSystem()
86 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
93 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
96 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
107 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-1.3.3/demos/snd/playerHeap/sources/
DplayerHeapApp.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()
/NW4C-1.3.3/demos/snd/simple/sources/
DSimpleApp.cpp53 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
70 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
80 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
87 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
90 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
101 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-1.3.3/demos/snd/holdSound/sources/
DHoldSoundApp.cpp53 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
70 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
80 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
87 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
90 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
101 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-1.3.3/demos/snd/memorySoundArchive/sources/
DMemorySoundArchiveApp.cpp43 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
55 m_pMemoryForSoundArchive = MemAlloc( size, 32 ); in InitializeSoundSystem()
64 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
71 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
74 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
/NW4C-1.3.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp67 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
84 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
94 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
101 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
104 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
115 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-1.3.3/demos/snd/effect/sources/
Dmain.cpp124 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
141 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
151 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
158 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
161 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
172 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
327 m_pMemoryForNwFxReverb = MemAlloc( reverbBufferSize, 4 ); in InitializeEffect()
347 m_pMemoryForNwFxDelay = MemAlloc( delayBufferSize, 4 ); in InitializeEffect()
372 m_pMemoryForNnFxReverb = MemAlloc( reverbBufferSize, 4 ); in InitializeEffect()
392 m_pMemoryForNnFxDelay = MemAlloc( delayBufferSize, 4 ); in InitializeEffect()
/NW4C-1.3.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp133 nn::Result result = nn::hio::Initialize( MemAlloc( nn::hio::WORKMEMORY_SIZE ) ); in OnInitialize()
157 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
171 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundManager()
178 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundManager()
181 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundManager()
196 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundManager()
249 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in OpenSoundArchive()
262 m_pMemoryForStringBlock = MemAlloc( stringBlockSize ); in OpenSoundArchive()
/NW4C-1.3.3/demos/snd/sound3d/sources/
DSound3dApp.cpp71 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
88 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
98 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
105 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
108 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
119 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
127 m_pMemoryFor3dManager = MemAlloc( setupSize ); in InitializeSoundSystem()
/NW4C-1.3.3/demos/snd/filter/sources/
Dmain.cpp146 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
163 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
173 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
180 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
183 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
194 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
/NW4C-1.3.3/demos/snd/withSdk/sources/
Dmain.cpp128 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
148 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
158 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
165 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
168 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
179 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
207 s_pMemoryForSdkVoice = MemAlloc( fileSize, 32 ); in InitializeSdkVoice()
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp155 buffer = MemAlloc( fileSize, nw::font::GlyphDataAlignment ); in InitializeFont()
195 void* drawBuffer = MemAlloc( drawBufferSize, 4 ); in InitializeFont()
224 void* shaderBinary = MemAlloc( fileSize ); in InitializeShaders()
232 void *const vtxBufCmdBuf = MemAlloc( vtxBufCmdBufSize ); in InitializeShaders()
261 void *const bufMem = MemAlloc(DrawBufferSize); in AllocDispStringBuffer()
445 void* AppBase::MemAlloc( size_t size, u8 alignment ) in MemAlloc() function in nw::snd::demolib::AppBase
/NW4C-1.3.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp145 m_pMemoryForSoundSystem = MemAlloc( workMemSize ); in InitializeSoundSystem()
173 m_pMemoryForInfoBlock = MemAlloc( infoBlockSize ); in InitializeSoundSystem()
183 m_pMemoryForSoundDataManager = MemAlloc( setupSize ); in InitializeSoundSystem()
190 m_pMemoryForSoundArchivePlayer = MemAlloc( setupSize, 32 ); in InitializeSoundSystem()
193 m_pMemoryForStreamBuffer = MemAlloc( setupStrmBufferSize, 32 ); in InitializeSoundSystem()
204 m_pMemoryForSoundHeap = MemAlloc( SOUND_HEAP_SIZE ); in InitializeSoundSystem()
232 s_pMemoryForSdkVoice = MemAlloc( fileSize, 32 ); in InitializeSdkVoice()
/NW4C-1.3.3/demos/font/ArchiveFont/sources/
Dmain.cpp66 MemAlloc( in MemAlloc() function
115 void* shaderBinary = MemAlloc(fileSize); in InitShaders()
232 void* readBuffer = MemAlloc(readBufferSize); in InitFont()
315 void* const readBuffer = MemAlloc(readBufferSize); in InitFontStreaming()
427 void *const bufMem = MemAlloc(DrawBufferSize); in AllocDispStringBuffer()
/NW4C-1.3.3/demos/font/ResFont/sources/
Dmain.cpp55 MemAlloc( in MemAlloc() function
104 void* shaderBinary = MemAlloc(fileSize); in InitShaders()
241 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
287 void *const bufMem = MemAlloc(DrawBufferSize); in AllocDispStringBuffer()
/NW4C-1.3.3/demos/font/PackedFont/sources/
Dmain.cpp68 MemAlloc( in MemAlloc() function
129 void* shaderBinary = MemAlloc(fileSize); in InitShaders()
190 void* readBuffer = MemAlloc(readBufferSize); in InitFont()
284 void* const readBuffer = MemAlloc(readBufferSize); in InitFontStreaming()
/NW4C-1.3.3/demos/font/OldResFont/sources/
Dmain.cpp50 MemAlloc( in MemAlloc() function
111 void* shaderBinary = MemAlloc(fileSize); in InitShaders()
192 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
/NW4C-1.3.3/demos/snd/demolib/include/
Ddemolib.h55 void* MemAlloc( size_t size, u8 alignment = 4 );