iai_callgrind::client_requests

Constant VALGRIND_VERSION

source
pub const VALGRIND_VERSION: Option<(u32, u32)>;
Available on crate feature client_requests_defs only.
Expand description

Valgrind’s version number from the valgrind.h file

Note that the version numbers were introduced at valgrind version 3.6 and so would not exist in version 3.5 or earlier. VALGRIND_VERSION is None is this case, else it is a tuple (MAJOR, MINOR)