Lines Matching refs:Slab
58 pub(crate) struct Slab<T> { struct
173 impl<T> Slab<T> { impl
175 pub(crate) fn new() -> Slab<T> { in new()
180 let mut slab = Slab { in new()
321 impl<T> fmt::Debug for Slab<T> { implementation
657 let mut slab = Slab::<Foo>::new(); in insert_remove()
694 let mut slab = Slab::<Foo>::new(); in insert_many()
725 let mut slab = Slab::<Foo>::new(); in insert_drop_reverse()
751 let mut slab = Slab::<Foo>::new(); in no_compaction_if_page_still_in_use()
776 let mut slab = Slab::<Foo>::new(); in compact_all()
807 let mut slab = Slab::<Foo>::new(); in issue_3014()