Searched defs:free_obj_count (Results 1 – 2 of 2) sorted by relevance
260 fn free_obj_count(&self) -> usize { in free_obj_count() method262 let mut free_obj_count = 0; in free_obj_count() localVariable
63 pub(crate) free_obj_count: usize, field