ContiguousFreeList.this

Constructors setting up the memory structured as a free list.

Parameters

bytes size_t

Bytes (not items) to be allocated for the free list. Memory will be allocated during construction and deallocated in the destructor.

Meta