|
TinyTelnetServer
|
Allocators and Memory Manager. More...
Classes | |
| class | Allocator |
| Memory allocateator which uses malloc. More... | |
| class | AllocatorESP32 |
| ESP32 Memory allocateator which forces the allocation with the defined attributes (default MALLOC_CAP_8BIT | MALLOC_CAP_INTERNAL) More... | |
| class | AllocatorExt |
| Memory allocateator which uses ps_malloc (on the ESP32) and if this fails it resorts to malloc. More... | |
| class | AllocatorPSRAM |
| Memory allocateator which uses ps_malloc to allocate the memory in PSRAM on the ESP32. More... | |
Allocators and Memory Manager.