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