korlibs
Toggle table of contents
6.1.0-SNAPSHOT
native
Target filter
native
Switch theme
Search in API
Skip to content
korlibs
korlibs-memory
/
korlibs.memory
/
NBufferTempAddress
NBuffer
Temp
Address
native
class
NBufferTempAddress
Members
Constructors
NBuffer
Temp
Address
Link copied to clipboard
native
constructor
(
)
Types
Companion
Link copied to clipboard
native
object
Companion
Properties
pool
Link copied to clipboard
native
val
pool
:
ArrayList
<
Pinned
<
ByteArray
>
>
Functions
dispose
Link copied to clipboard
native
fun
dispose
(
)
invoke
Link copied to clipboard
native
inline operator
fun
<
T
>
invoke
(
callback
:
NBufferTempAddress
.
(
)
->
T
)
:
T
start
Link copied to clipboard
native
fun
start
(
)
unsafe
Address
Link copied to clipboard
native
fun
Buffer
.
unsafeAddress
(
)
:
CPointer
<
ByteVar
>