Unreachable

class Unreachable(val id: Long) : GcRoot

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

Constructors

Link copied to clipboard
fun Unreachable(id: Long)

Properties

Link copied to clipboard
open override val id: Long

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