DominatorNode

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

Constructors

Link copied to clipboard
constructor(shallowSize: Int, retainedSize: Int, retainedCount: Int, dominatedObjectIds: List<Long>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard