Struct emerald_std::alloc::LockedKernelHeapAllocator
source · pub struct LockedKernelHeapAllocator { /* private fields */ }
Implementations§
Trait Implementations§
source§impl GlobalAlloc for LockedKernelHeapAllocator
impl GlobalAlloc for LockedKernelHeapAllocator
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for LockedKernelHeapAllocator
impl Send for LockedKernelHeapAllocator
impl Sync for LockedKernelHeapAllocator
impl Unpin for LockedKernelHeapAllocator
impl UnwindSafe for LockedKernelHeapAllocator
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more