C# Класс FMOD.Memory

Показать файл Открыть проект

Открытые методы

Метод Описание
GetStats ( int &currentalloced, int &maxalloced ) : RESULT
GetStats ( int &currentalloced, int &maxalloced, bool blocking ) : RESULT
Initialize ( IntPtr poolmem, int poollen, MEMORY_ALLOC_CALLBACK useralloc, MEMORY_REALLOC_CALLBACK userrealloc, MEMORY_FREE_CALLBACK userfree, MEMORY_TYPE memtypeflags ) : RESULT

Приватные методы

Метод Описание
FMOD_Memory_GetStats ( int &currentalloced, int &maxalloced, bool blocking ) : RESULT
FMOD_Memory_Initialize ( IntPtr poolmem, int poollen, MEMORY_ALLOC_CALLBACK useralloc, MEMORY_REALLOC_CALLBACK userrealloc, MEMORY_FREE_CALLBACK userfree, MEMORY_TYPE memtypeflags ) : RESULT

Описание методов

GetStats() публичный статический Метод

public static GetStats ( int &currentalloced, int &maxalloced ) : RESULT
currentalloced int
maxalloced int
Результат RESULT

GetStats() публичный статический Метод

public static GetStats ( int &currentalloced, int &maxalloced, bool blocking ) : RESULT
currentalloced int
maxalloced int
blocking bool
Результат RESULT

Initialize() публичный статический Метод

public static Initialize ( IntPtr poolmem, int poollen, MEMORY_ALLOC_CALLBACK useralloc, MEMORY_REALLOC_CALLBACK userrealloc, MEMORY_FREE_CALLBACK userfree, MEMORY_TYPE memtypeflags ) : RESULT
poolmem System.IntPtr
poollen int
useralloc MEMORY_ALLOC_CALLBACK
userrealloc MEMORY_REALLOC_CALLBACK
userfree MEMORY_FREE_CALLBACK
memtypeflags MEMORY_TYPE
Результат RESULT