dart / 2 / dart-ffi / allocatoralloc.html

AllocatorAlloc extension

Extension on Allocator to provide allocation with NativeType.

on
Annotations
  • @Since('2.12')

Methods

call<T extends NativeType>([int count = 1]) → Pointer<T>
Allocates sizeOf<T>() * count bytes of memory using allocate.

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-ffi/AllocatorAlloc.html