1KZALLOC(9) Memory Management in Linux KZALLOC(9)
23
4
NAME
6kzalloc - allocate memory. The memory is set to zero.
7
SYNOPSIS
9void * kzalloc(size_t size, gfp_t flags);
10
ARGUMENTS
12size
13how many bytes of memory are required.
1415
flags
16the type of memory to allocate (see kmalloc).
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 KZALLOC(9)