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

NAME

6       vmalloc - allocate virtually contiguous memory
7

SYNOPSIS

9       void * vmalloc(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

DESCRIPTION

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