Module memory

Module memory 

Source
Expand description

Low level control over how FMOD allocates memory.

Structs§

MemoryFlags
Bitfields for memory allocation type being passed into FMOD memory callbacks.

Enums§

MemoryType
How you want FMOD to handle memory.

Functions§

get_stats
Returns information on the memory usage of FMOD.
initialize
Specifies a method for FMOD to allocate and free memory, either through user supplied callbacks or through a user supplied memory buffer with a fixed size.