|
arduino-audio-tools
|
#include <stdlib.h>#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/AudioLogger.h"#include "AudioTools/CoreAudio/AudioRuntime.h"#include <zephyr/kernel.h>Go to the source code of this file.
Classes | |
| class | Allocator |
| Memory allocateator which uses malloc. More... | |
| class | AllocatorExt |
| Memory allocateator which uses ps_malloc (on the ESP32) and if this fails it resorts to malloc. More... | |
| class | AllocatorZephyr |
| Zephyr allocator using the kernel heap (k_malloc / k_free). This is the standard allocator for Zephyr builds. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| using | TAllocatorExt = AllocatorZephyr |
| using | TAllocatorSTD = AllocatorZephyr |
Variables | |
| static TAllocatorExt | DefaultAllocator |
| static TAllocatorSTD | DefaultAllocatorRAM |