1VMALLOC_32(9) Memory Management in Linux VMALLOC_32(9)
23
4
NAME
6vmalloc_32 - allocate virtually contiguous memory (32bit addressable)
7
SYNOPSIS
9void * vmalloc_32(unsigned long size);
10
ARGUMENTS
12size
13allocation size
14
DESCRIPTION
16Allocate enough 32bit PA addressable pages to cover size from the page
17level allocator and map them into contiguous kernel virtual space.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 VMALLOC_32(9)