Arduino DLNA Server
|
Memory allocateator which uses ps_malloc (on the ESP32) and if this fails it resorts to malloc. More...
#include <Allocator.h>
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... | |
Memory allocateator which uses ps_malloc (on the ESP32) and if this fails it resorts to malloc.