Expand description
Low level control over how FMOD allocates memory.
Structs§
- Memory
Flags - Bitfields for memory allocation type being passed into FMOD memory callbacks.
Enums§
- Memory
Type - 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.