Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h293 for (const auto &PtrAndSize : CustomSizedSlabs) in getTotalMemory() local
294 TotalMemory += PtrAndSize.second; in getTotalMemory()
371 for (auto &PtrAndSize : CustomSizedSlabs) { in DeallocateCustomSizedSlabs()
372 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs()
373 size_t Size = PtrAndSize.second; in DeallocateCustomSizedSlabs()
429 for (auto &PtrAndSize : Allocator.CustomSizedSlabs) { in DestroyAll()
430 void *Ptr = PtrAndSize.first; in DestroyAll()
431 size_t Size = PtrAndSize.second; in DestroyAll()