gigabytes

fun gigabytes(value: Int): Memory

Deprecated

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

Replace with

gibibytes(value: Int)

Creates a Memory instance from the given value in gigabytes (1GB = 1024MB).


fun gigabytes(value: Long): Memory
fun gigabytes(value: Double): Memory

Deprecated

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

Replace with

gibibytes(value: Long)

Creates a Memory instance from the given value in gigabytes (1GB = 1024MB).