Allocate an array of the given type and length whose buffer is allocated by malloc().
the type of items making up the array
the number of array elements to allocate
the malloc allocated array
See Implementation
Allocate an array of the given type and length whose buffer is allocated by malloc().