Searched refs:unreachable (Results 1 – 2 of 2) sorted by relevance
326 MemUnreachable unreachable{parent_pid, heap}; in GetUnreachableMemory() local328 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()
6 …and-sweep garbage collector pass over all native memory, reporting any unreachable blocks as leaks…22 Returns `true` if no unreachable memory was found.