We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da4958 commit 4ab475dCopy full SHA for 4ab475d
library/std/src/sys/pal/sgx/alloc.rs
@@ -1,8 +1,8 @@
1
use crate::alloc::{GlobalAlloc, Layout, System};
2
use crate::ptr;
3
-use crate::sys::sgx::abi::mem as sgx_mem;
4
use core::sync::atomic::{AtomicBool, Ordering};
5
+use super::abi::mem as sgx_mem;
6
use super::waitqueue::SpinMutex;
7
8
// Using a SpinMutex because we never want to exit the enclave waiting for the
0 commit comments