MemoryStack

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
expect object Companion
actual object Companion

Properties

Link copied to clipboard
lateinit var ms: MemoryStack

Functions

close
Link copied to clipboard
abstract fun close()
open override fun close()
Link copied to clipboard
expect fun mallocFloat(size: Int): FloatBuffer
actual fun mallocFloat(size: Int): FloatBuffer
Link copied to clipboard
expect fun mallocInt(size: Int): IntBuffer
actual fun mallocInt(size: Int): IntBuffer