1KCALLOC(9)                Memory Management in Linux                KCALLOC(9)
2
3
4

NAME

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

SYNOPSIS

9       void * kcalloc(size_t n, size_t size, gfp_t flags);
10

ARGUMENTS

12       n
13           number of elements.
14
15       size
16           element size.
17
18       flags
19           the type of memory to allocate (see kmalloc).
20
22Kernel Hackers Manual 3.10         June 2019                        KCALLOC(9)
Impressum