Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/ObjectDominators/DominatorNode

DominatorNode

[jvm]\ data class DominatorNode(val shallowSize: Int, val retainedSize: Int, val retainedCount: Int, val dominatedObjectIds: List<Long>) : Serializable

Constructors

DominatorNode [jvm]
constructor(shallowSize: Int, retainedSize: Int, retainedCount: Int, dominatedObjectIds: List<Long>)

Properties

Name Summary
dominatedObjectIds [jvm]
val dominatedObjectIds: List<Long>
retainedCount [jvm]
val retainedCount: Int
retainedSize [jvm]
val retainedSize: Int
shallowSize [jvm]
val shallowSize: Int