Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h290 for (const auto &PtrAndSize : CustomSizedSlabs) in getTotalMemory() local
291 TotalMemory += PtrAndSize.second; in getTotalMemory()
368 for (auto &PtrAndSize : CustomSizedSlabs) { in DeallocateCustomSizedSlabs()
369 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs()
370 size_t Size = PtrAndSize.second; in DeallocateCustomSizedSlabs()
426 for (auto &PtrAndSize : Allocator.CustomSizedSlabs) { in DestroyAll()
427 void *Ptr = PtrAndSize.first; in DestroyAll()
428 size_t Size = PtrAndSize.second; in DestroyAll()