VMALLOC_32_USER(9) Memory Management in Linux VMALLOC_32_USER(9)NAMEvmalloc_32_user - allocate zeroed virtually contiguous 32bit memorySYNOPSISvoid * vmalloc_32_user(unsigned long size);ARGUMENTSsize allocation sizeDESCRIPTIONThe resulting memory area is 32bit addressable and zeroed so it can be mapped to userspace without leaking data.COPYRIGHTKernel Hackers Manual 2.6. July 2010 VMALLOC_32_USER(9)
| Related Man Pages |
|---|
| kmem_cache_create(9) - suse |
| mtrr_add(9) - suse |
| contigmalloc(9) - debian |
| kmem_cache_create(9) - linux |
| contigmalloc(9) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Cut command on RHEL 6.8 compatibility issues |
| Update kernel Linux without reboot?! |
| Docker learning Phase-I |
| Shopt -s histappend |
| 32 bit process addressing more than 4GB |