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