1KZALLOC_NODE(9) Memory Management in Linux KZALLOC_NODE(9)
23
4
NAME
6kzalloc_node - allocate zeroed memory from a particular memory node.
7
SYNOPSIS
9void * kzalloc_node(size_t size, gfp_t flags, int node);
10
ARGUMENTS
12size
13how many bytes of memory are required.
1415
flags
16the type of memory to allocate (see kmalloc).
1718
node
19memory node from which to allocate
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 KZALLOC_NODE(9)