[][src]Module std::os::fortanix_sgx::mem

🔬 This is a nightly-only experimental API. (sgx_platform #56975)

Functions for querying mapping information for pointers.

Functions

image_baseExperimental

Returns address at which current enclave is loaded.

is_enclave_rangeExperimental

Returns true if the specified memory range is in the enclave.

is_user_rangeExperimental

Returns true if the specified memory range is in userspace.