Home
last modified time | relevance | path

Searched refs:unreachable (Results 1 – 2 of 2) sorted by relevance

/system/core/libmemunreachable/
DMemUnreachable.cpp326 MemUnreachable unreachable{parent_pid, heap}; in GetUnreachableMemory() local
328 if (!unreachable.CollectAllocations(thread_info, mappings)) { in GetUnreachableMemory()
331 size_t num_allocations = unreachable.Allocations(); in GetUnreachableMemory()
332 size_t allocation_bytes = unreachable.AllocationBytes(); in GetUnreachableMemory()
338 bool ok = unreachable.GetUnreachableMemory(leaks, limit, &num_leaks, &leak_bytes); in GetUnreachableMemory()
DREADME.md6 …and-sweep garbage collector pass over all native memory, reporting any unreachable blocks as leaks…
22 Returns `true` if no unreachable memory was found.