arduino-audio-tools
Classes
Memory Management

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  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...
 

Detailed Description

Allocators and Memory Manager.