Arduino DLNA Server
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Allocator.h File Reference
#include <stdlib.h>
#include <memory>
#include <limits>
#include <assert.h>
#include <type_traits>
#include "dlna_config.h"
Include dependency graph for Allocator.h:
This graph shows which files directly or indirectly include this file:

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