openrndr
Toggle table of contents
0.5.0-dev.24+7dd2530
commonJvm
jvm
Target filter
commonJvm
jvm
Switch theme
Search in API
Skip to content
openrndr
openrndr-gl3
/
org.openrndr.internal.gl3
/
MemoryUtil
Memory
Util
commonJvm
jvm
expect
object
MemoryUtil
(
source
)
actual
object
MemoryUtil
(
source
)
Members
Functions
mem
Alloc
Link copied to clipboard
commonJvm
jvm
expect
fun
memAlloc
(
size
:
Int
)
:
ByteBuffer
actual
fun
memAlloc
(
size
:
Int
)
:
ByteBuffer
mem
Free
Link copied to clipboard
commonJvm
jvm
expect
fun
memFree
(
buffer
:
ByteBuffer
)
actual
fun
memFree
(
buffer
:
ByteBuffer
)