Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DAllocator.h89 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl()
94 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl()
111 CustomSizedSlabs = std::move(RHS.CustomSizedSlabs);
117 RHS.CustomSizedSlabs.clear();
126 CustomSizedSlabs.clear(); in Reset()
184 CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize)); in Allocate()
246 size_t Size = CustomSizedSlabs[Idx].second; in identifyObject()
285 for (const auto &PtrAndSize : CustomSizedSlabs) in getTotalMemory()
314 SmallVector<std::pair<void *, size_t>, 0> CustomSizedSlabs; variable
363 for (auto &PtrAndSize : CustomSizedSlabs) { in DeallocateCustomSizedSlabs()
[all …]