Bytes (not items) to be allocated for the free list. Memory will be allocated during construction and deallocated in the destructor.
Maximum size eligible for freelisting. Construction with this parameter is defined only if maxSize == chooseAtRuntime or maxSize == unbounded.
Minimum size eligible for freelisting. Construction with this parameter is defined only if minSize == chooseAtRuntime. If this condition is met and no min parameter is present, min is initialized with max.
Constructors setting up the memory structured as a free list.