$allocate static method
- Allocator $allocator, {
- required Pointer<
UnsignedLongLong> item, - required int n,
- required int size,
Implementation
static ffi.Pointer<ShapeArray> $allocate(
ffi.Allocator $allocator, {
required ffi.Pointer<ffi.UnsignedLongLong> item,
required int n,
required int size,
}) => $allocator<ShapeArray>()
..ref.item = item
..ref.n = n
..ref.size = size;