1VMALLOC_32_USER(9) Memory Management in Linux VMALLOC_32_USER(9)
23
4
NAME
6vmalloc_32_user - allocate zeroed virtually contiguous 32bit memory
7
SYNOPSIS
9void * vmalloc_32_user(unsigned long size);
10
ARGUMENTS
12size
13allocation size
14
DESCRIPTION
16The resulting memory area is 32bit addressable and zeroed so it can be
17mapped to userspace without leaking data.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 VMALLOC_32_USER(9)