Home
last modified time | relevance | path

Searched refs:reserve_exact (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs357 pub fn reserve_exact(&mut self, additional: usize) { in reserve_exact() functions
358 self.events.reserve_exact(additional); in reserve_exact()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs375 pub fn reserve_exact(&mut self, additional: usize) { in reserve_exact() functions
376 self.events.reserve_exact(additional); in reserve_exact()
/third_party/rust/crates/regex/src/
H A Dbacktrack.rs125 self.m.visited.reserve_exact(visited_len - len); in clear()
/third_party/rust/crates/nix/src/
H A Dfcntl.rs344 v.reserve_exact(try_size); in inner_readlink()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs6277 s.reserve_exact(2); in test_reserve_exact()
6285 s.reserve_exact(16); in test_reserve_exact()
6290 s.reserve_exact(16); in test_reserve_exact()
7677 v.reserve_exact(i); in overaligned_allocations()
7956 v.reserve_exact(2); in test_reserve_exact()
7964 v.reserve_exact(16); in test_reserve_exact()
7969 v.reserve_exact(16); in test_reserve_exact()
8252 v.reserve_exact(32); in test_stable_pointers()
9913 v.reserve_exact(10); in test_capacity()
10409 v.reserve_exact(! in test_overflow_does_not_cause_segfault()
14780 pub fn reserve_exact(&mut self, len: usize, additional: usize) { reserve_exact() functions
17108 pub fn reserve_exact(&mut self, additional: usize) { reserve_exact() functions
40966 pub fn reserve_exact(&mut self, additional: usize) { reserve_exact() functions
45179 pub fn reserve_exact(&mut self, additional: usize) { reserve_exact() functions
47613 pub fn reserve_exact(&mut self, additional: usize) { reserve_exact() functions
[all...]

Completed in 28 milliseconds