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!" CAUDIO_API IMemoryProvider * getMemoryProvider()
Returns a pointer to the memory provider of cAudio.
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.