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

NAME

6       kzalloc - allocate memory. The memory is set to zero.
7

SYNOPSIS

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

ARGUMENTS

12       size
13           how many bytes of memory are required.
14
15       flags
16           the type of memory to allocate (see kmalloc).
17
19Kernel Hackers Manual 3.10         June 2019                        KZALLOC(9)
Impressum