Searched refs:count_buffers (Results 1 – 4 of 4) sorted by relevance
136 pub(crate) fn count_buffers(&self) -> usize { in count_buffers() method139 Impl::Array(array) => array.count_buffers(), in count_buffers()140 Impl::Tree(tree) => tree.count_buffers(), in count_buffers()
52 pub(crate) fn count_buffers(&self) -> usize { in count_buffers() method
107 pub(crate) fn count_buffers(&self) -> usize { in count_buffers() method
551 seq_print!(m, " buffers: {}\n", mapping.alloc.count_buffers()); in debug_print_stats()