SweepStatistics

class SweepStatistics(val sweptCount: Long, val keptCount: Long)(source)

This class represents statistics of sweeping in one memory pool.

Since Kotlin

1.9

Constructors

Link copied to clipboard
constructor(sweptCount: Long, keptCount: Long)

Properties

Link copied to clipboard

The number of objects that were processed but kept alive.

Since Kotlin 1.9
Link copied to clipboard

The of objects that were freed.

Since Kotlin 1.9