ffi_helper
ffi_helper
Uint8Arena
allocate method
allocate
ffi_helper
ffi_helper
Uint8Arena
allocate method
Uint8Arena extension
Static methods
allocate
fromPtr
allocate
method
Arena
<
Uint8
>
allocate
(
int
length
)
Implementation
static Arena<Uint8> allocate(int length) => Arena(length, Uint8Array.fromPtr);