ffi_helper
ffi_helper
Arena
<
T extends NativeType
>
Arena constructor
Arena
ffi_helper
ffi_helper
Arena
<
T extends NativeType
>
Arena constructor
Arena class
Constructors
Arena
fromBuffer
Properties
buffer
freeSpace
hashCode
length
runtimeType
Methods
delete
newArray
noSuchMethod
toString
Operators
operator ==
Arena<
T extends NativeType
>
constructor
Arena<
T extends NativeType
>
(
int
length
,
[
Pointer
<
T
>
allocate
(
{
int
count
}
)]
)
Implementation
Arena(int length, [Allocator allocate]) : buffer = Array<T>(length, allocate);