Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/ !
Dboxed.rs1108 let (leaked, alloc) = Box::into_unique(b); in into_raw_with_allocator()
1119 pub fn into_unique(b: Self) -> (Unique<T>, A) { in into_unique() method