Struct mc_sgx_alloc::Allocator
source · pub struct Allocator;
Expand description
Allocator that works in an SGX enclave
Trait Implementations§
source§impl GlobalAlloc for Allocator
impl GlobalAlloc for Allocator
source§unsafe fn alloc(&self, layout: Layout) -> *mut u8
unsafe fn alloc(&self, layout: Layout) -> *mut u8
Allocate memory as described by the given
layout
. Read more