Constructors setting up the memory structured as a free list.
Bytes (not items) to be allocated for the free list. Memory will be allocated during construction and deallocated in the destructor.
See Implementation
Constructors setting up the memory structured as a free list.