Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dboxed.rs1096 let (leaked, alloc) = Box::into_unique(b); in into_raw_with_allocator()
1107 pub fn into_unique(b: Self) -> (Unique<T>, A) { in into_unique() method