//leakcanary-repo/shark/GcRootProvider
GcRootProvider¶
fun interface GcRootProvider
Inheritors¶
MatchingGcRootProvider |
Functions¶
Name | Summary |
---|---|
provideGcRoots | [jvm] abstract fun provideGcRoots(graph: HeapGraph): Sequence<GcRootReference> Provides a sequence of GC Roots to traverse the graph from, ideally in a stable order. |