Unified Memory Group Allocator
Classes | Public Member Functions | List of all members
groupallocator::ListAllocator Class Reference

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
 

Detailed Description

not thread safe and no compaction


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