Searched refs:addr_and_allocation (Results 1 – 1 of 1) sorted by relevance
181 for (const auto& addr_and_allocation : allocations_) { in GetAllocations() local182 const Allocation& alloc = addr_and_allocation.second; in GetAllocations()183 fn(addr_and_allocation.first, alloc.sample_size, alloc.alloc_size, in GetAllocations()