FilteringLeakingObjectFinder

Finds the objects that are leaking by scanning all objects in the heap dump and delegating the decision to a list of FilteringLeakingObjectFinder.LeakingObjectFilter

Constructors

Types

Link copied to clipboard
fun interface LeakingObjectFilter

Filter to be passed to the FilteringLeakingObjectFinder constructor.

Functions

Link copied to clipboard
open override fun findLeakingObjectIds(graph: HeapGraph): Set<Long>

For a given heap graph, returns a set of object ids for the objects that are leaking.