Package kotlin.native.runtime

Types

Native
1.9

Debugging

Note: this API is unstable and may change in any release.

object Debugging
Native
1.9

GC

Note: this API is unstable and may change in any release.

object GC
Native
1.9

GCInfo

This class represents statistics about the single run of the garbage collector. It is supposed to be used for testing and debugging purposes only.

class GCInfo
Native
1.9

MemoryUsage

This class represents statistics of memory usage in one memory pool.

class MemoryUsage
Native
1.9

RootSetStatistics

This class represents statistics of the root set for garbage collector run, separated by root set pools. These nodes are assumed to be used, even if there are no references for them.

class RootSetStatistics
Native
1.9

SweepStatistics

This class represents statistics of sweeping in one memory pool.

class SweepStatistics

Annotations

Native
1.9

NativeRuntimeApi

This annotation marks the Kotlin/Native standard library API that tweaks or otherwise accesses the Kotlin runtime behavior.

annotation class NativeRuntimeApi