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§

  • 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.