lastGCInfo

Native
1.3
@ExperimentalStdlibApi val lastGCInfo: GCInfo?
(source)

Returns statistics of the last finished garbage collection run. This information is supposed to be used for testing and debugging purposes only

Can return null, if there was no garbage collection runs yet.

Legacy MM: Always returns null