Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/vec/
Dmod.rs2265 let other_len = self.len - at; in split_off() localVariable
2266 let mut other = Vec::with_capacity_in(other_len, self.allocator().clone()); in split_off()
2271 other.set_len(other_len); in split_off()