vmalloc_user (9) Linux Manual Page
vmalloc_user – allocate zeroed virtually contiguous memory for userspace
Synopsis
void *vmalloc_user(unsigned long size);
Arguments
size
-
- allocation size
Description
The resulting memory area is zeroed so it can be mapped to userspace without leaking data.
