Chunks

Type Alias Chunks 

Source
pub type Chunks = Chunks<Header>;
Expand description

A region that allocates chunks of memory when one gets too small to store the requested data.

Aliased Typeยง

pub struct Chunks { /* private fields */ }