crabgrind 0.2.5

Rust bindings to "Valgrind Client Request" interface
Documentation
1
2
3
4
5
6
7
Configures the scope and output of an immediate leak search.

Valgrind tracks the allocation state between leak checks. Differential modes
(Added, Changed, New) compare the current heap state against the results of the
*previous* leak check invocation.

See [`leak_check`](leak_check).