Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/vec/
Dmod.rs2000 let other_len = self.len - at; in split_off() localVariable
2001 let mut other = Vec::with_capacity_in(other_len, self.allocator().clone()); in split_off()
2006 other.set_len(other_len); in split_off()