Platform

Object describing the current platform program executes upon.

Since Kotlin

1.3

Properties

Link copied to clipboard

Check if current architecture allows unaligned access to wider than byte locations.

Since Kotlin 1.3
Link copied to clipboard

Architecture of the CPU program executes upon.

Since Kotlin 1.3
Link copied to clipboard
Link copied to clipboard

If binary was compiled in debug mode.

Since Kotlin 1.3
Link copied to clipboard

If freezing is enabled.

Since Kotlin 1.3
Link copied to clipboard

Check if byte order of the current platform is least significant byte (LSB) first, aka little endian.

Since Kotlin 1.3
Link copied to clipboard

If the memory leak checker is activated, by default true in debug mode, false in release. When memory leak checker is activated, and leak is detected during last Kotlin context deinitialization process - error message with leak information is printed and application execution is aborted.

Since Kotlin 1.3
Link copied to clipboard

Memory model binary was compiled with.

Since Kotlin 1.3
Link copied to clipboard

Operating system family program executes upon.

Since Kotlin 1.3

Functions

Link copied to clipboard

The number of logical processors available.

Since Kotlin 1.3