C# 클래스 FMOD.Memory

파일 보기 프로젝트 열기: punker76/simple-music-player

공개 메소드들

메소드 설명
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