allocate<T extends NativeType> abstract method
Allocates byteCount bytes of memory on the native heap.
The parameter alignment
is ignored.
Implementation
Pointer<T> allocate<T extends NativeType>(int byteCount, {int? alignment});