Expand description
Contains wrappers that makes implementors of foreign Allocator traits
implement this crate’s Allocator and vice versa.
Note that the bump allocator itself already implements foreign Allocator traits, so you
generally only need this for a base allocator.
Structs§
- Allocator
Api2 V02Compat allocator-api2-02 - Wraps an
allocator_api2::alloc::Allocatorto implementbump_scope::alloc::Allocatorand vice versa. - Allocator
Api2 V03Compat allocator-api2-03 - Wraps an
allocator_api2::alloc::Allocatorto implementbump_scope::alloc::Allocatorand vice versa. - Allocator
Nightly Compat allocandnightly-allocator-api - Wraps an
alloc::alloc::Allocatorto implementbump_scope::alloc::Allocatorand vice versa.