Function ccthw_ash_allocator::into_shared
source · pub fn into_shared<T: ComposableAllocator>(allocator: T) -> Rc<RefCell<T>>
Expand description
Move an composable allocator into a Rc RefCell.
pub fn into_shared<T: ComposableAllocator>(allocator: T) -> Rc<RefCell<T>>
Move an composable allocator into a Rc RefCell.