Query: vmalloc_user
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VMALLOC_USER(9) Memory Management in Linux VMALLOC_USER(9)NAMEvmalloc_user - allocate zeroed virtually contiguous memory for userspaceSYNOPSISvoid * vmalloc_user(unsigned long size);ARGUMENTSsize allocation sizeDESCRIPTIONThe resulting memory area is zeroed so it can be mapped to userspace without leaking data.COPYRIGHTKernel Hackers Manual 2.6. July 2010 VMALLOC_USER(9)