Home
last modified time | relevance | path

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

/external/rust/crates/slab/src/
Dlib.rs116 pub struct Slab<T> { struct
128 impl<T> Default for Slab<T> { argument
183 impl<T> Slab<T> { implementation
783 impl<T> ops::Index<usize> for Slab<T> { implementation
794 impl<T> ops::IndexMut<usize> for Slab<T> { implementation
803 impl<'a, T> IntoIterator for &'a Slab<T> { implementation
812 impl<'a, T> IntoIterator for &'a mut Slab<T> { implementation
821 impl<T> fmt::Debug for Slab<T> implementation
/external/rust/crates/slab/
DREADME.md1 # Slab chapter
/external/llvm/unittests/Support/
DAllocatorTest.cpp153 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); in Allocate() local
162 void Deallocate(void *Slab, size_t Size) { in Deallocate()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSerializationTests.cpp194 std::vector<std::string> YAMLFromSymbols(const SymbolSlab &Slab) { in YAMLFromSymbols()
200 std::vector<std::string> YAMLFromRefs(const RefSlab &Slab) { in YAMLFromRefs()
207 std::vector<std::string> YAMLFromRelations(const RelationSlab &Slab) { in YAMLFromRelations()
DTestIndex.cpp77 SymbolSlab::Builder Slab; in generateSymbols() local
DIndexTests.cpp91 RelationSlab Slab = std::move(Builder).build(); in TEST() local
107 RelationSlab Slab = std::move(Builder).build(); in TEST() local
DTestTU.cpp168 const Symbol &findSymbol(const SymbolSlab &Slab, llvm::StringRef QName) { in findSymbol()
DSyncAPI.cpp140 RefSlab::Builder Slab; in getRefs() local
DFileIndexTests.cpp82 SymbolSlab::Builder Slab; in numSlab() local
89 RefSlab::Builder Slab; in refSlab() local
DDiagnosticsTests.cpp718 SymbolSlab::Builder Slab; in buildIndexWithSymbol() local
829 SymbolSlab::Builder Slab; in TEST() local
DCodeCompleteTests.cpp94 SymbolSlab::Builder Slab; in memIndex() local
/external/rust/crates/tokio/src/util/
Dslab.rs58 pub(crate) struct Slab<T> { struct
60 pages: [Arc<Page<T>>; NUM_PAGES],
63 cached: [CachedPage<T>; NUM_PAGES],
173 impl<T> Slab<T> { implementation
321 impl<T> fmt::Debug for Slab<T> { implementation
/external/llvm-project/llvm/unittests/Support/
DAllocatorTest.cpp200 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); in Allocate() local
209 void Deallocate(void *Slab, size_t /*Size*/, size_t /*Alignment*/) { in Deallocate()
/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp290 for (const auto &Slab : SymbolSlabs) { in buildIndex() local
316 for (const auto &Slab : SymbolSlabs) in buildIndex() local
365 for (const auto &Slab : SymbolSlabs) in buildIndex() local
DFileIndex.h95 std::shared_ptr<RefSlab> Slab; member
DMemIndex.cpp19 std::unique_ptr<SymbolIndex> MemIndex::build(SymbolSlab Slab, RefSlab Refs, in build()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp53 sys::MemoryBlock Slab(SlabStart, SlabSize); in allocate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp53 sys::MemoryBlock Slab(SlabStart, SlabSize); in allocate() local