SweepStatistics constructor

const SweepStatistics(
  1. Long keptCount,
  2. Long sweptCount
)

This class represents statistics of sweeping in one memory pool.

Implementation

const SweepStatistics(this.keptCount, this.sweptCount);