Unreachable

class Unreachable(id: Long) : GcRoot

An object that is unreachable from any other root, but not a root itself.

Constructors

Unreachable
Link copied to clipboard
fun Unreachable(id: Long)

Properties

id
Link copied to clipboard
open override val id: Long

The object id of the object that this gc root references.