crabgrind 0.2.7

Rust bindings to "Valgrind Client Request" interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# DHAT Client Requests

Interface to [DHAT Client Requests][vg-docs] defined in `valgrind/dhat.h`.

## Usage

Nothing happens unless the binary runs under DHAT:

> ```text
> :~$ cargo build
> :~$ valgrind --tool=dhat target/debug/app
> ```

## Version Requirements

- **Minimum Valgrind:** `3.15`

[vg-docs]: https://valgrind.org/docs/manual/dh-manual.html