Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A 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