Firelight Technologies FMOD Studio API
Query the current and maximum memory usage of the FSBank system.
FSBANK_RESULT FSBank_MemoryGetStats(
unsigned int *currentAllocated,
unsigned int *maximumAllocated
);
currentAllocated
Address of a variable that receives the currently allocated memory at time of call. Optional. Specify 0 or NULL to ignore.
maximumAllocated
Address of a variable that receives the maximum allocated memory since FSBank_Init. Optional. Specify 0 or NULL to ignore.
If the function succeeds then the return value is FSBANK_OK.
If the function fails then the return value will be one of the values defined in the FSBANK_RESULT enumeration.
Version 1.03.06 Built on Apr 17, 2014