Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Draw_vec.rs408 let ptr = finish_grow(new_layout, self.current_memory(), &mut self.alloc)?; in grow_amortized()
427 let ptr = finish_grow(new_layout, self.current_memory(), &mut self.alloc)?; in grow_exact()
456 fn finish_grow<A>( in finish_grow() function