1KCALLOC(9) Memory Management in Linux KCALLOC(9)
23
4
NAME
6kcalloc - allocate memory for an array. The memory is set to zero.
7
SYNOPSIS
9void * kcalloc(size_t n, size_t size, gfp_t flags);
10
ARGUMENTS
12n
13number of elements.
1415
size
16element size.
1718
flags
19the type of memory to allocate (see kmalloc).
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 KCALLOC(9)