crabgrind 0.2.5

Rust bindings to "Valgrind Client Request" interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Temporarily disables error reporting for a memory slice.

This function suppresses addressing errors for the provided byte range and
returns a guard. Reporting remains disabled until the guard is dropped.

When this guard is dropped, error reporting is automatically re-enabled for the
associated memory range. This ensures that reporting is restored even if the
function panics or exits early.

See also [`disable_error_reporting`](disable_error_reporting),
[`enable_error_reporting`](enable_error_reporting).

## Note

Requires Valgrind **3.4** or higher.