Parent allocator. For construction from stateless allocators, use their instance static member.
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.
Constructors setting up the memory structured as a free list.