Searched refs:MemUnreachable (Results 1 – 3 of 3) sorted by relevance
48 class MemUnreachable { class50 MemUnreachable(pid_t pid, Allocator<void> allocator) : pid_(pid), allocator_(allocator), in MemUnreachable() function in MemUnreachable64 DISALLOW_COPY_AND_ASSIGN(MemUnreachable);79 bool MemUnreachable::CollectAllocations(const allocator::vector<ThreadInfo>& threads, in CollectAllocations()123 bool MemUnreachable::GetUnreachableMemory(allocator::vector<Leak>& leaks, in GetUnreachableMemory()209 bool MemUnreachable::ClassifyMappings(const allocator::vector<Mapping>& mappings, in ClassifyMappings()326 MemUnreachable unreachable{parent_pid, heap}; in GetUnreachableMemory()
26 "MemUnreachable.cpp",
56 - `MemUnreachable.cpp`: Entry points, implements the sequencing described above.