Home
last modified time | relevance | path

Searched defs:drop_counts (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs7858 let drop_counts = Rc::new(Mutex::new(vec![0_usize; check_count])); localVariable
7882 let drop_counts = drop_counts.lock().unwrap(); localVariable
7910 let drop_counts = Rc::new(Mutex::new(vec![0_usize; check_count])); localVariable
7933 let drop_counts = drop_counts.lock().unwrap(); localVariable