Unified Memory Group Allocator
|
not thread safe and no compaction More...
#include <ListAllocator.h>
Public Member Functions | |
ListAllocator (void *p, size_t s) | |
template<typename T > | |
void | alloc (T **p, size_t s, bool forceAligned128) |
allocates data in a free area or sets p to nullptr | |
template<typename T > | |
void | free (T *p) |
right now there is no compaction | |
not thread safe and no compaction