Firelight Technologies FMOD Studio API
FSBank_MemoryGetStats
Query the current and maximum memory usage of the FSBank system.
C Syntax
FSBANK_RESULT FSBank_MemoryGetStats(
unsigned int *currentAllocated,
unsigned int *maximumAllocated
);
Parameters
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.
Return Values
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.10.02 Built on Dec 7, 2017