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

NAME

6       vmalloc_32 - allocate virtually contiguous memory (32bit addressable)
7

SYNOPSIS

9       void * vmalloc_32(unsigned long size);
10

ARGUMENTS

12       size
13           allocation size
14

DESCRIPTION

16       Allocate enough 32bit PA addressable pages to cover size from the page
17       level allocator and map them into contiguous kernel virtual space.
18
20Kernel Hackers Manual 3.10         June 2019                     VMALLOC_32(9)
Impressum