Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dkbox.rs398 pub fn drop_contents(this: Self) -> Box<MaybeUninit<T>, A> { in drop_contents() function
/linux/rust/kernel/
H A Drbtree.rs1265 node: KBox::drop_contents(self.node), in into_reservation()