|
Arduino DLNA Server
|
#include <stdlib.h>#include <memory>#include <limits>#include <assert.h>#include <type_traits>#include "dlna_config.h"

Go to the source code of this file.
Classes | |
| class | tiny_dlna::AllocatorPSRAM< T > |
| Custom allocator that uses ESP32's PSRAM for memory allocation. More... | |
| struct | tiny_dlna::AllocatorPSRAM< T >::rebind< U > |
| Rebind allocator to another type. More... | |
Namespaces | |
| namespace | tiny_dlna |
Typedefs | |
| using | tiny_dlna::stringPSRAM = std::basic_string< char, std::char_traits< char >, AllocatorPSRAM< char > > |