pub type Chunks = Chunks<Header>;
A region that allocates chunks of memory when one gets too small to store the requested data.
pub struct Chunks { /* private fields */ }