Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DMemUnreachable.cpp48 class MemUnreachable { class
50 MemUnreachable(pid_t pid, Allocator<void> allocator) : pid_(pid), allocator_(allocator), in MemUnreachable() function in MemUnreachable
64 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()
DAndroid.bp26 "MemUnreachable.cpp",
DREADME.md56 - `MemUnreachable.cpp`: Entry points, implements the sequencing described above.