Eye of the Nile Docs
Everything you need to know to get started!
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
FMOD.Memory Struct Reference

Static Public Member Functions

static RESULT Initialize (IntPtr poolmem, int poollen, MEMORY_ALLOC_CALLBACK useralloc, MEMORY_REALLOC_CALLBACK userrealloc, MEMORY_FREE_CALLBACK userfree, MEMORY_TYPE memtypeflags=MEMORY_TYPE.ALL)
 
static RESULT GetStats (out int currentalloced, out int maxalloced, bool blocking=true)
 

Private Member Functions

static RESULT FMOD5_Memory_Initialize (IntPtr poolmem, int poollen, MEMORY_ALLOC_CALLBACK useralloc, MEMORY_REALLOC_CALLBACK userrealloc, MEMORY_FREE_CALLBACK userfree, MEMORY_TYPE memtypeflags)
 
static RESULT FMOD5_Memory_GetStats (out int currentalloced, out int maxalloced, bool blocking)
 

Member Function Documentation

◆ FMOD5_Memory_GetStats()

static RESULT FMOD.Memory.FMOD5_Memory_GetStats ( out int currentalloced,
out int maxalloced,
bool blocking )
private

◆ FMOD5_Memory_Initialize()

static RESULT FMOD.Memory.FMOD5_Memory_Initialize ( IntPtr poolmem,
int poollen,
MEMORY_ALLOC_CALLBACK useralloc,
MEMORY_REALLOC_CALLBACK userrealloc,
MEMORY_FREE_CALLBACK userfree,
MEMORY_TYPE memtypeflags )
private

◆ GetStats()

static RESULT FMOD.Memory.GetStats ( out int currentalloced,
out int maxalloced,
bool blocking = true )
static

◆ Initialize()

static RESULT FMOD.Memory.Initialize ( IntPtr poolmem,
int poollen,
MEMORY_ALLOC_CALLBACK useralloc,
MEMORY_REALLOC_CALLBACK userrealloc,
MEMORY_FREE_CALLBACK userfree,
MEMORY_TYPE memtypeflags = MEMORY_TYPE::ALL )
static

The documentation for this struct was generated from the following file: