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

NAME

6       vmalloc_32_user - allocate zeroed virtually contiguous 32bit memory
7

SYNOPSIS

9       void * vmalloc_32_user(unsigned long size);
10

ARGUMENTS

12       size
13           allocation size
14

DESCRIPTION

16       The resulting memory area is 32bit addressable and zeroed so it can be
17       mapped to userspace without leaking data.
18
20Kernel Hackers Manual 3.10         June 2019                VMALLOC_32_USER(9)
Impressum