Home
last modified time | relevance | path

Searched refs:into_raw_with_allocator (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/rust/alloc/
Dboxed.rs566 let (raw, alloc) = Box::into_raw_with_allocator(boxed); in into_boxed_slice()
804 let (raw, alloc) = Box::into_raw_with_allocator(self); in assume_init()
880 let (raw, alloc) = Box::into_raw_with_allocator(self); in assume_init()
1031 Self::into_raw_with_allocator(b).0 in into_raw()
1083 pub const fn into_raw_with_allocator(b: Self) -> (*mut T, A) { in into_raw_with_allocator() method
1538 let (raw, alloc) = Box::into_raw_with_allocator(s); in from()
1636 let (raw, alloc): (*mut dyn Any, _) = Box::into_raw_with_allocator(self); in downcast_unchecked()
1695 let (raw, alloc): (*mut (dyn Any + Send), _) = Box::into_raw_with_allocator(self); in downcast_unchecked()
1755 Box::into_raw_with_allocator(self); in downcast_unchecked()
Dslice.rs170 let (b, alloc) = Box::into_raw_with_allocator(b); in into_vec()