pub type Teaspoon16MiB<'a> = Teaspoon<'a, Sizing16MiB>;Expand description
Allocator that supports allocating objects up to 16 MiB.
See the module-level documentation for more information about the Teaspoon allocator variants and their sizing limits.
Aliased Typeยง
pub struct Teaspoon16MiB<'a> { /* private fields */ }