[][src]Crate peak_alloc

This module provides a dead simple low-overhead wrapper around the system allocator which lets a program know its own memory consumption and peak memory consumption at runtime.

Structs

PeakAlloc

This structure implements a dead simple low-overhead wrapper around the system allocator. It lets a program know its own memory and peak memory consumption at runtime.