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

NAME

6       vmalloc_user - allocate zeroed virtually contiguous memory for
7       userspace
8

SYNOPSIS

10       void * vmalloc_user(unsigned long size);
11

ARGUMENTS

13       size
14           allocation size
15

DESCRIPTION

17       The resulting memory area is zeroed so it can be mapped to userspace
18       without leaking data.
19
21Kernel Hackers Manual 3.10         June 2019                   VMALLOC_USER(9)
Impressum