Searched refs:unreachable (Results 1 – 2 of 2) sorted by relevance
357 MemUnreachable unreachable{parent_pid, heap}; in GetUnreachableMemory() local359 if (!unreachable.CollectAllocations(thread_info, mappings, refs)) { in GetUnreachableMemory()362 size_t num_allocations = unreachable.Allocations(); in GetUnreachableMemory()363 size_t allocation_bytes = unreachable.AllocationBytes(); in GetUnreachableMemory()369 bool ok = unreachable.GetUnreachableMemory(leaks, limit, &num_leaks, &leak_bytes); in GetUnreachableMemory()
6 …and-sweep garbage collector pass over all native memory, reporting any unreachable blocks as leaks…17 …ble is loaded by zygote and can be triggered with `dumpsys -t 600 meminfo --unreachable [process]`.27 Kill and restart the app, trigger the leak, and then run `dumpsys -t 600 meminfo --unreachable [pro…43 Returns `true` if no unreachable memory was found.