Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DMemUnreachable.cpp53 class MemUnreachable { class
55 MemUnreachable(pid_t pid, Allocator<void> allocator) in MemUnreachable() function in android::MemUnreachable
71 DISALLOW_COPY_AND_ASSIGN(MemUnreachable);
87 bool MemUnreachable::CollectAllocations(const allocator::vector<ThreadInfo>& threads, in CollectAllocations()
137 bool MemUnreachable::GetUnreachableMemory(allocator::vector<Leak>& leaks, size_t limit, in GetUnreachableMemory()
225 bool MemUnreachable::ClassifyMappings(const allocator::vector<Mapping>& mappings, in ClassifyMappings()
357 MemUnreachable unreachable{parent_pid, heap}; in GetUnreachableMemory()
DAndroid.bp47 "MemUnreachable.cpp",
DREADME.md77 - `MemUnreachable.cpp`: Entry points, implements the sequencing described above.