Method | Description | |
---|---|---|
GetStats ( int ¤talloced, int &maxalloced ) : RESULT | ||
GetStats ( int ¤talloced, int &maxalloced, bool blocking ) : RESULT | ||
Initialize ( |
Method | Description | |
---|---|---|
FMOD_Memory_GetStats ( int ¤talloced, int &maxalloced, bool blocking ) : RESULT | ||
FMOD_Memory_Initialize ( |
public static GetStats ( int ¤talloced, int &maxalloced ) : RESULT | ||
currentalloced | int | |
maxalloced | int | |
return | RESULT |
public static GetStats ( int ¤talloced, int &maxalloced, bool blocking ) : RESULT | ||
currentalloced | int | |
maxalloced | int | |
blocking | bool | |
return | RESULT |
public static Initialize ( |
||
poolmem | ||
poollen | int | |
useralloc | MEMORY_ALLOC_CALLBACK | |
userrealloc | MEMORY_REALLOC_CALLBACK | |
userfree | MEMORY_FREE_CALLBACK | |
memtypeflags | MEMORY_TYPE | |
return | RESULT |