Searched defs:Slab (Results 1 – 2 of 2) sorted by relevance
85 struct Slab { struct87 int64_t Add(T item) in Add()102 void Del(int64_t id) in Del()110 T& Get(int64_t id) in Get()115 const T& Get(int64_t id) const in Get()120 struct Item {124 std::vector<Item> items_ {};125 int64_t last_ = -1;
129 pub struct Slab<T> { struct135 impl<T: Entry> Default for Slab<T> { argument141 impl<T: Entry> Slab<T> { implementation