Constructors setting up the memory structured as a free list.
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.
See Implementation
Constructors setting up the memory structured as a free list.