Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DAllocator.h155 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl()
161 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl()
177 CustomSizedSlabs = std::move(RHS.CustomSizedSlabs);
183 RHS.CustomSizedSlabs.clear();
202 CustomSizedSlabs.clear(); in Reset()
231 CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize)); in Allocate()
259 size_t GetNumSlabs() const { return Slabs.size() + CustomSizedSlabs.size(); } in GetNumSlabs()
265 for (auto &PtrAndSize : CustomSizedSlabs) in getTotalMemory()
288 SmallVector<std::pair<void *, size_t>, 0> CustomSizedSlabs; variable
337 for (auto &PtrAndSize : CustomSizedSlabs) { in DeallocateCustomSizedSlabs()
[all …]