allocate
Allocates a block of uninitialized linear memory of the given size in bytes.
Since Kotlin
1.8Return
an address of allocated memory. It is guaranteed to be a multiple of 8.
Allocates a block of uninitialized linear memory of the given size in bytes.
an address of allocated memory. It is guaranteed to be a multiple of 8.
Thanks for your feedback!