kcalloc

Name

kcalloc --  allocate memory for an array. The memory is set to zero.

Synopsis

void * kcalloc (size_t n, size_t size, int flags);

Arguments

n

number of elements.

size

element size.

flags

the type of memory to allocate.