Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h285 for (const auto &PtrAndSize : CustomSizedSlabs) in getTotalMemory() local
286 TotalMemory += PtrAndSize.second; in getTotalMemory()
363 for (auto &PtrAndSize : CustomSizedSlabs) { in DeallocateCustomSizedSlabs()
364 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs()
365 size_t Size = PtrAndSize.second; in DeallocateCustomSizedSlabs()
421 for (auto &PtrAndSize : Allocator.CustomSizedSlabs) { in DestroyAll()
422 void *Ptr = PtrAndSize.first; in DestroyAll()
423 size_t Size = PtrAndSize.second; in DestroyAll()