#include <stdlib.h>
#include <string.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.
|
| 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...
|
| |
|
| namespace | audio_tools |
| | Generic Implementation of sound input and output for desktop environments using portaudio.
|
| |