vmalloc_user — allocate zeroed virtually contiguous memory for userspace
void * vmalloc_user (
)
size
allocation size
The resulting memory area is zeroed so it can be mapped to userspace without leaking data.