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

NAME

6       kzalloc_node - allocate zeroed memory from a particular memory node.
7

SYNOPSIS

9       void * kzalloc_node(size_t size, gfp_t flags, int node);
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
18       node
19           memory node from which to allocate
20
22Kernel Hackers Manual 3.10         June 2019                   KZALLOC_NODE(9)
Impressum