Struct parity_util_mem::MemoryAllocationTracker
source · [−]pub struct MemoryAllocationTracker(_);
Expand description
Accessor to the allocator internals.
Implementations
Create an instance of an allocation tracker.
Create an allocation snapshot.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryAllocationTracker
impl Send for MemoryAllocationTracker
impl Sync for MemoryAllocationTracker
impl Unpin for MemoryAllocationTracker
impl UnwindSafe for MemoryAllocationTracker
Blanket Implementations
Mutably borrows from an owned value. Read more