5#include "cAudioMemory.h"
6#include "cStandardMemoryProvider.h"
13#if CAUDIO_MEMORY_USE_STD == 1
15 return &memoryProvider;
17# error "No custom memory provider enabled here!"
Interface for a class that allocates and frees memory used by cAudio.
Memory provider that wraps the standard memalloc and free.
Main namespace for the entire cAudio library.
CAUDIO_API IMemoryProvider * getMemoryProvider()
Returns a pointer to the memory provider of cAudio.