crabgrind 0.2.6

Rust bindings to "Valgrind Client Request" interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Resumption of address error reporting for a specific memory range

Use this to re-enable detection of address errors (unaddressable bytes) within
the specified range after it has been disabled via
[`disable_error_reporting`](disable_error_reporting).

This only affects the reporting of address errors (A-bits). Undefined value
errors (V-bits) are unaffected.

## Note

Requires Valgrind **3.4** or higher.