AllocatorAlloc 扩展
对 Allocator 的扩展,以提供使用 NativeType 进行分配。
- @Since('2.12')
方法
-
call<
T extends SizedNativeType> ([int count = 1]) → Pointer< T> - 使用 allocate 分配
sizeOf<T>() * count
字节的内存。
对 Allocator 的扩展,以提供使用 NativeType 进行分配。
sizeOf<T>() * count
字节的内存。