Crate peak_alloc

Source
Expand description

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.