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 3.10 June 2014 VMALLOC_USER(9)
| Related Man Pages |
|---|
| kcalloc(9) - suse |
| sysinfo(2) - redhat |
| sysinfo(2) - debian |
| sysinfo(2) - centos |
| sysinfo(2) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| DB2 convert digits to binary format |
| Shopt -s histappend |
| [TIP] Processing YAML files with yq |