crabgrind 0.2.5

Rust bindings to "Valgrind Client Request" interface
Documentation
1
2
3
4
5
6
7
Number of bytes that could not be modified during a memory marking operation.

Typically returned when a request specifies
[`MemState::DefinedIfAddressable`](MemState::DefinedIfAddressable) and part of
the range was not addressable.

See [`mark_memory`](mark_memory)