kilobytes

fun kilobytes(value: Int): Memory

Deprecated

This API is deprecated and will be removed with the next major release.

Replace with

kibibytes(value: Int)

Creates a Memory instance from the given value in kilobytes (1KB = 1024B).


fun kilobytes(value: Long): Memory

Deprecated

This API is deprecated and will be removed with the next major release.

Replace with

kibibytes(value: Long)

Creates a Memory instance from the given value in kilobytes (1KB = 1024B).


fun kilobytes(value: Double): Memory

Deprecated

This API is deprecated and will be removed with the next major release.

Replace with

kibibytes(value: Double)

Creates a Memory instance from the given value in kilobytes (1KB = 1024B).