[−][src]Function std::os::fortanix_sgx::mem::is_user_range
pub fn is_user_range(p: *const u8, len: usize) -> bool
Returns true
if the specified memory range is in userspace.
p + len
must not overflow.
pub fn is_user_range(p: *const u8, len: usize) -> bool
Returns true
if the specified memory range is in userspace.
p + len
must not overflow.