SweepStatistics
This class represents statistics of sweeping in one memory pool.
Constructors
<init>
This class represents statistics of sweeping in one memory pool.
SweepStatistics(sweptCount: Long, keptCount: Long)
Properties
keptCount
The number of objects that were processed but kept alive.
val keptCount: Long
sweptCount
The of objects that were freed.
val sweptCount: Long