Home | History | Annotate | Download | only in libmemunreachable

Lines Matching refs:Range

43       leak_scc->size += node->ptr->range.size();
75 heap_walker_.ForEachAllocation([&](const Range& range, HeapWalker::AllocationInfo& allocation) {
77 auto it = leak_map_.emplace(std::piecewise_construct, std::forward_as_tuple(range),
78 std::forward_as_tuple(range, allocator_));
87 heap_walker_.ForEachPtrInRange(leak.range,
88 [&](Range& ptr_range, HeapWalker::AllocationInfo* ptr_info) {
117 leak_bytes += leak.range.size();
123 leaked.emplace_back(Leak{leak.range, leak.scc->cuumulative_count - 1,
124 leak.scc->cuumulative_size - leak.range.size()});