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