Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ sp_auxdata_alloc
Function
sp_auxdata_alloc
src/core/_SoundPipe_FFT.cpp:210–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
int sp_auxdata_alloc(sp_auxdata * aux, size_t size)
211
{
212
aux->ptr = malloc(size);
213
aux->size = size;
214
memset(aux->ptr, 0, size);
215
return SP_OK;
216
}
217
218
int sp_auxdata_free(sp_auxdata * aux)
219
{
Callers
1
sp_conv_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected