pub struct HierarchicalAllocator { /* private fields */ }
Implementations§
Source§impl HierarchicalAllocator
impl HierarchicalAllocator
pub fn new_at_depth(object_type: ObjectType) -> Self
pub fn on_cpu(self, on_cpus: Vec<usize>) -> Self
pub fn finish(self) -> GroupedAllocator
Auto Trait Implementations§
impl Freeze for HierarchicalAllocator
impl RefUnwindSafe for HierarchicalAllocator
impl Send for HierarchicalAllocator
impl Sync for HierarchicalAllocator
impl Unpin for HierarchicalAllocator
impl UnwindSafe for HierarchicalAllocator
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