AllocatorAlloc 扩展

Allocator 类上的扩展,用于使用 NativeType 提供分配。

注解
  • @Since('2.12')

方法

call<T extends SizedNativeType>([int count = 1]) Pointer<T>
通过 allocate 分配 sizeOf<T>() * count 字节的内存。