GlobalMemory

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var size: Long

Functions

Link copied to clipboard
fun contains(pointer: Long): Boolean
Link copied to clipboard
operator fun get(pointer: Long): Byte
operator fun get(outer: Int, inner: Int): Byte
Link copied to clipboard
fun getBoolean(pointer: Long): Boolean
Link copied to clipboard
fun getByte(pointer: Long): Byte
Link copied to clipboard
fun getBytes(pointer: Long, length: Long): ByteArray
Link copied to clipboard
fun getChar(pointer: Long): Char
Link copied to clipboard
fun getDouble(pointer: Long): Double
Link copied to clipboard
fun getFloat(pointer: Long): Float
Link copied to clipboard
fun getInt(pointer: Long): Int
Link copied to clipboard
fun getLong(pointer: Long): Long
Link copied to clipboard
fun getPointer(pointer: Long): Long
Link copied to clipboard
fun getShort(pointer: Long): Short
Link copied to clipboard
fun getUByte(pointer: Long): UByte
Link copied to clipboard
fun getUInt(pointer: Long): UInt
Link copied to clipboard
fun getULong(pointer: Long): ULong
Link copied to clipboard
fun getUShort(pointer: Long): UShort
Link copied to clipboard
fun grow(blocks: Int)
Link copied to clipboard
fun isPointer(pointer: Long): Boolean
Link copied to clipboard
operator fun set(pointer: Long, value: Byte)
operator fun set(outer: Int, inner: Int, value: Byte)
Link copied to clipboard
fun setBoolean(pointer: Long, value: Boolean)
Link copied to clipboard
fun setByte(pointer: Long, value: Byte)
Link copied to clipboard
fun setBytes(pointer: Long, bytes: ByteArray)
Link copied to clipboard
fun setChar(pointer: Long, value: Char)
Link copied to clipboard
fun setDouble(pointer: Long, value: Double)
Link copied to clipboard
fun setFloat(pointer: Long, value: Float)
Link copied to clipboard
fun setInt(pointer: Long, value: Int)
Link copied to clipboard
fun setLong(pointer: Long, value: Long)
Link copied to clipboard
fun setPointer(pointer: Long, value: Long)
Link copied to clipboard
fun setShort(pointer: Long, value: Short)
Link copied to clipboard
fun setUByte(pointer: Long, value: UByte)
Link copied to clipboard
fun setUInt(pointer: Long, value: UInt)
Link copied to clipboard
fun setULong(pointer: Long, value: ULong)
Link copied to clipboard
fun setUShort(pointer: Long, value: UShort)