Firelight Technologies FMOD Studio API
FSBANK_MEMORY_FREE_CALLBACK
Callback to free a block of memory.
C/C++ Syntax
void FSBANK_CALLBACK FSBANK_MEMORY_FREE_CALLBACK(
void *ptr,
unsigned int type,
const char *sourceStr
);
Parameters
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.
Return Values
void
See Also
Version 1.10.02 Built on Dec 7, 2017