arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 AllocatorExt:
Allocator

Public Member Functions

virtual void * allocate (size_t size)
 Allocates memory.
 
template<class T >
T * create ()
 
template<class T >
T * createArray (int len)
 
virtual void free (void *memory)
 frees memory
 
template<class T >
void remove (T *obj)
 deletes an object
 
template<class T >
void removeArray (T *obj, int len)
 

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:
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy