F _calloc(ArrayConstructor: any): Function
Method that creates an allocator from an array constructor.
F alloc(n: number): Array
Method that allocates an Array.
F malloc(n: number): ArrayBuffer
Method that allocates an ArrayBuffer.