fn checkMemIsAddressable(qzz: []u8) usize

Check that memory at qzz.ptr is addressable for qzz.len bytes. If suitable addressability is not established, Valgrind prints an error message and returns the address of the first offending byte. Otherwise it returns zero.

Parameters

qzz: []u8,