megabytes

fun megabytes(value: Int): Memory

Deprecated

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

Replace with

mebibytes(value: Int)

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


fun megabytes(value: Long): Memory

Deprecated

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

Replace with

mebibytes(value: Long)

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


fun megabytes(value: Double): Memory

Deprecated

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

Replace with

mebibytes(value: Double)

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