Allocate zero-initialized count elements of size bytes.
number of elements.
size of each element.
pointer to the allocated memory of size*count bytes, or NULL if either out of memory or when count*size overflows.
Returns a unique pointer if called with either size or count of 0.
See Implementation
Allocate zero-initialized count elements of size bytes.