kcalloc — allocate memory for an array. The memory is set to zero.
void * kcalloc (
)
n
number of elements.
size
element size.
flags
the type of memory to allocate (see kmalloc).