Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/
Dcq.rs151 const QUEUE_CAPACITY: usize = 4096; constant
157 pending_work: UnsafeCell::new(VecDeque::with_capacity(QUEUE_CAPACITY)), in new()
180 if queue.capacity() > QUEUE_CAPACITY && queue.len() < queue.capacity() / 2 { in pop_work()