MemoryUtil

expect object MemoryUtil(source)
actual object MemoryUtil(source)

Functions

Link copied to clipboard
expect fun memAlloc(size: Int): ByteBuffer
actual fun memAlloc(size: Int): ByteBuffer
Link copied to clipboard
expect fun memFree(buffer: ByteBuffer)
actual fun memFree(buffer: ByteBuffer)