Home
last modified time | relevance | path

Searched defs:Slab (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslab.rs129 pub struct Slab<T> { struct
135 impl<T: Entry> Default for Slab<T> { argument
141 impl<T: Entry> Slab<T> { impl