crabgrind 0.2.5

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

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

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

## Note

Requires Valgrind **3.4** or higher.