//! No-op backend used when the `ct-grind` feature is disabled or the
//! target is not an architecture Valgrind understands. All functions
//! have bodies that the optimizer removes entirely.
#[inline(always)]pub(super)unsafefnmake_mem_undefined(_ptr:*constu8, _len:usize){}#[inline(always)]pub(super)unsafefnmake_mem_defined(_ptr:*constu8, _len:usize){}