[−][src]Module std::os::fortanix_sgx::usercalls::alloc
Primitives for allocating memory in userspace as well as copying data to and from user memory.
Structs
| Iter | Experimental Immutable user slice iterator |
| IterMut | Experimental Mutable user slice iterator |
| User | Experimental An owned type in userspace memory. |
| UserRef | Experimental A reference to some type in userspace memory. |
Traits
| UserSafe | Experimental A type that can be represented in memory as one or more |
| UserSafeSized | Experimental A type that can be safely read from or written to userspace. |