Home
last modified time | relevance | path

Searched refs:Slabs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h90 End(Old.End), Slabs(std::move(Old.Slabs)), in BumpPtrAllocatorImpl()
95 Old.Slabs.clear(); in BumpPtrAllocatorImpl()
100 DeallocateSlabs(Slabs.begin(), Slabs.end()); in ~BumpPtrAllocatorImpl()
105 DeallocateSlabs(Slabs.begin(), Slabs.end());
112 Slabs = std::move(RHS.Slabs);
118 RHS.Slabs.clear();
130 if (Slabs.empty()) in Reset()
135 CurPtr = (char *)Slabs.front(); in Reset()
138 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0)); in Reset()
139 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end()); in Reset()
[all …]
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst79 Slabs in the message cache.
95 Slabs in the rrset cache.
289 Slabs in the key cache.