pub struct BuddyAllocator { /* private fields */ }Expand description
Buddy allocator for variable-size blocks
Implementations§
Source§impl BuddyAllocator
impl BuddyAllocator
Trait Implementations§
Source§impl Allocator for BuddyAllocator
impl Allocator for BuddyAllocator
impl Send for BuddyAllocator
impl Sync for BuddyAllocator
Auto Trait Implementations§
impl Freeze for BuddyAllocator
impl !RefUnwindSafe for BuddyAllocator
impl Unpin for BuddyAllocator
impl UnsafeUnpin for BuddyAllocator
impl !UnwindSafe for BuddyAllocator
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