pub fn make_mem_defined_if_addressable(addr: *const (), len: usize) -> usize
Available on crate feature
client_requests_defs
only.Expand description
Similar to make_mem_defined
except that addressability is not altered
Bytes which are addressable are marked as defined, but those which are not addressable are left unchanged.