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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Allocator
impl UnwindSafe for Allocator
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more