Crate tracing_allocations

Source

Structs§

TracingAllocator
An allocator that emits tracing events.

Constants§

TRACE_ALLOCATOR
Flag controlling whether to emit tracing events for allocations/deallocations on this thread.

Functions§

ignore_allocations
Do not trace allocations occurring within f.
trace_allocations
Trace allocations occurring within f.