SweepStatistics

Native
1.9
@NativeRuntimeApi class SweepStatistics
(source)

This class represents statistics of sweeping in one memory pool.

Constructors

Native
1.3

<init>

This class represents statistics of sweeping in one memory pool.

SweepStatistics(sweptCount: Long, keptCount: Long)

Properties

Native
1.3

keptCount

The number of objects that were processed but kept alive.

val keptCount: Long
Native
1.3

sweptCount

The of objects that were freed.

val sweptCount: Long