Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dmod.rs2266 let other_len = self.len - at; in split_off() localVariable
2267 let mut other = Vec::with_capacity_in(other_len, self.allocator().clone()); in split_off()
2272 other.set_len(other_len); in split_off()