Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h90 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl()
95 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl()
112 CustomSizedSlabs = std::move(RHS.CustomSizedSlabs);
118 RHS.CustomSizedSlabs.clear();
127 CustomSizedSlabs.clear(); in Reset()
192 CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize)); in AllocateSlow()
233 size_t GetNumSlabs() const { return Slabs.size() + CustomSizedSlabs.size(); } in GetNumSlabs()
252 for (const auto &Slab : CustomSizedSlabs) { in identifyObject()
293 for (const auto &PtrAndSize : CustomSizedSlabs) in getTotalMemory()
322 SmallVector<std::pair<void *, size_t>, 0> CustomSizedSlabs; variable
[all …]