Firelight Technologies FMOD Studio API
Callback to free a block of memory.
void F_CALLBACK FMOD_MEMORY_FREE_CALLBACK(
void *ptr,
FMOD_MEMORY_TYPE type,
const char *sourcestr
);
ptr
Pointer to a pre-existing block of memory to be freed.
type
Type of memory to be freed.
sourcestr
Only valid (not null) in logging versions of FMOD. Gives a string with the fmod source code filename and line number in it, for better resource tracking.
void
Version 1.03.06 Built on Apr 17, 2014