|
arduino-audio-tools
|
Allocators and Memory Manager. More...
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... | |
| class | MemoryManager |
| MemoryManager which activates the use of external SPIRAM memory. When external memory is in use, the allocation strategy is to initially try to satisfy smaller allocation requests with internal memory and larger requests with external memory. This sets the limit between the two, as well as generally enabling allocation in external memory. More... | |
Allocators and Memory Manager.