Struct tracking_allocator::Allocator [−][src]
pub struct Allocator;
Expand description
Tracking allocator implementation.
This allocator must be installed via #[global_allocator]
in order to take effect. More
information and examples on how to do so can be found in the top-level crate documentation.