Memory allocateator which uses malloc.
More...
#include <Allocator.h>
|
|
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) |
| |
|
|
virtual void * | do_allocate (size_t size) |
| |
Memory allocateator which uses malloc.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
The documentation for this class was generated from the following file:
- src/AudioTools/CoreAudio/AudioBasic/Collections/Allocator.h