Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAllocator.h160 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl()
166 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl()
183 CustomSizedSlabs = std::move(RHS.CustomSizedSlabs);
189 RHS.CustomSizedSlabs.clear();
198 CustomSizedSlabs.clear(); in Reset()
250 CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize)); in Allocate()
306 size_t Size = CustomSizedSlabs[Idx].second; in identifyObject()
345 for (auto &PtrAndSize : CustomSizedSlabs) in getTotalMemory()
374 SmallVector<std::pair<void *, size_t>, 0> CustomSizedSlabs; variable
423 for (auto &PtrAndSize : CustomSizedSlabs) { in DeallocateCustomSizedSlabs()
[all …]