Arduino DLNA Server
List of all members
tiny_dlna::AllocatorExt Class Reference

Memory allocateator which uses ps_malloc (on the ESP32) and if this fails it resorts to malloc. More...

#include <Allocator.h>

Inheritance diagram for tiny_dlna::AllocatorExt:
Inheritance graph
[legend]
Collaboration diagram for tiny_dlna::AllocatorExt:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from tiny_dlna::Allocator
template<class T >
T * create ()
 
template<class T >
void remove (T *obj)
 deletes an object More...
 
template<class T >
T * createArray (int len)
 
template<class T >
void removeArray (T *obj, int len)
 
virtual void * allocate (size_t size)
 Allocates memory. More...
 
void stop ()
 
virtual void free (void *memory)
 frees memory More...
 

Detailed Description

Memory allocateator which uses ps_malloc (on the ESP32) and if this fails it resorts to malloc.

Author
Phil Schatzmann

The documentation for this class was generated from the following file: