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

NAME

6       vzalloc - allocate virtually contiguous memory with zero fill
7

SYNOPSIS

9       void * vzalloc(unsigned long size);
10

ARGUMENTS

12       size
13           allocation size Allocate enough pages to cover size from the page
14           level allocator and map them into contiguous kernel virtual space.
15           The memory allocated is set to zero.
16

DESCRIPTION

18       For tight control over page level allocator and protection flags use
19       __vmalloc instead.
20
22Kernel Hackers Manual 3.10         June 2019                        VZALLOC(9)
Impressum