void free(void *ptr) const
T * alloc(size_t elements) const
allocate a space for n elements of type T
T * realloc(void *ptr, size_t elements) const
reallocate a space for n elements of type T
void setStrategy(std::unique_ptr< AllocatorStrategy > strategyIn)