#include <arrayallocator.h>
BaseArray allocator which only allocates and frees entries of SIZE bytes.
SIZE | The size of an entry in bytes. |
Public Types | |
using | ValueType = ArrayAllocatorValueType< SIZE > |
Additional Inherited Members | |
Public Member Functions inherited from ArrayAllocator< SIZE, BaseArray< ArrayAllocatorValueType< SIZE > > > | |
ArrayAllocator () | |
ArrayAllocator (ArrayAllocator &&src) | |
Int | ComputeArraySize (Int currentSize, Int increment, Int minChunkSize) |
void * | Alloc (Int64 s, MAXON_SOURCE_LOCATION_DECLARATION) |
void * | Realloc (void *, Int64, MAXON_SOURCE_LOCATION_DECLARATION) |
void | Free (T *&p) |
Bool | IsCompatibleWithDefaultAllocator (void *p) const |
BaseArray< ArrayAllocatorValueType< SIZE > > & | GetArray () |
const BaseArray< ArrayAllocatorValueType< SIZE > > & | GetArray () const |
using ValueType = ArrayAllocatorValueType<SIZE> |