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ยง
- Peak
Alloc - 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.