void * kcalloc (size_t n, size_t size, int flags);
void * kcalloc
n
number of elements.
size
element size.
flags
the type of memory to allocate.