]> git.lizzy.rs Git - rust.git/commit
SGX target: implement user memory management
authorJethro Beekman <jethro@fortanix.com>
Wed, 5 Sep 2018 23:18:53 +0000 (16:18 -0700)
committerJethro Beekman <jethro@fortanix.com>
Fri, 7 Dec 2018 05:56:50 +0000 (11:26 +0530)
commit1e44e2de6c302855c1da75f79227fca743d9b209
tree2dfbff97935065d7fac12ad851d394b381049ffa
parent39f9751716986b498bfb2b14b481751a4256957f
SGX target: implement user memory management
src/libstd/lib.rs
src/libstd/sys/sgx/abi/mem.rs
src/libstd/sys/sgx/abi/mod.rs
src/libstd/sys/sgx/abi/usercalls/alloc.rs [new file with mode: 0644]
src/libstd/sys/sgx/abi/usercalls/mod.rs