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.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()
189 CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize)); in AllocateSlow()
230 size_t GetNumSlabs() const { return Slabs.size() + CustomSizedSlabs.size(); } in GetNumSlabs()
249 for (size_t Idx = 0, E = CustomSizedSlabs.size(); Idx < E; Idx++) { in identifyObject()
250 const char *S = static_cast<const char *>(CustomSizedSlabs[Idx].first); in identifyObject()
251 size_t Size = CustomSizedSlabs[Idx].second; in identifyObject()
[all …]