Allocate count elements of size bytes.
The number of elements.
The size of each element.
A pointer to a block of count * size bytes, or NULL if out of memory or if count * size overflows.
If there is no overflow, it behaves exactly like mi_malloc(p,count*size).
See Implementation
Allocate count elements of size bytes.