Type Alias FreeList

Source
type FreeList = Vec<(NonNull<[u8]>, Layout)>;

Aliased Typeยง

struct FreeList { /* private fields */ }