Searched defs:can_evict (Results 1 – 1 of 1) sorted by relevance
188 pub(crate) fn can_evict(&mut self, required: usize) -> Option<usize> { in can_evict() method193 let mut can_evict = 0; in can_evict() localVariable