Struct increasing_heap_allocator::HeapAllocator
source · pub struct HeapAllocator<const PAGE_SIZE: usize, T: PageAllocatorProvider<PAGE_SIZE>> { /* private fields */ }
Implementations§
source§impl<const PAGE_SIZE: usize, T> HeapAllocator<PAGE_SIZE, T>where
T: PageAllocatorProvider<PAGE_SIZE>,
impl<const PAGE_SIZE: usize, T> HeapAllocator<PAGE_SIZE, T>where
T: PageAllocatorProvider<PAGE_SIZE>,
Trait Implementations§
impl<const PAGE_SIZE: usize, T: PageAllocatorProvider<PAGE_SIZE>> Send for HeapAllocator<PAGE_SIZE, T>
Auto Trait Implementations§
impl<const PAGE_SIZE: usize, T> RefUnwindSafe for HeapAllocator<PAGE_SIZE, T>where
T: RefUnwindSafe,
impl<const PAGE_SIZE: usize, T> !Sync for HeapAllocator<PAGE_SIZE, T>
impl<const PAGE_SIZE: usize, T> Unpin for HeapAllocator<PAGE_SIZE, T>where
T: Unpin,
impl<const PAGE_SIZE: usize, T> UnwindSafe for HeapAllocator<PAGE_SIZE, T>where
T: UnwindSafe,
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