AllocatorAlloc extension

Extension on Allocator to provide allocation with NativeType.

on

Methods

call<T extends NativeType>([int count = 1]) Pointer<T>

Available on Allocator, provided by the AllocatorAlloc extension

Allocates sizeOf<T>() * count bytes of memory using Allocator.allocate.