Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h91 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl()
96 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl()
113 CustomSizedSlabs = std::move(RHS.CustomSizedSlabs);
119 RHS.CustomSizedSlabs.clear();
128 CustomSizedSlabs.clear(); in Reset()
179 CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize)); in Allocate()
241 size_t Size = CustomSizedSlabs[Idx].second; in identifyObject()
280 for (auto &PtrAndSize : CustomSizedSlabs) in getTotalMemory()
309 SmallVector<std::pair<void *, size_t>, 0> CustomSizedSlabs; variable
357 for (auto &PtrAndSize : CustomSizedSlabs) { in DeallocateCustomSizedSlabs()
[all …]