VMALLOC_32(9) Memory Management in Linux VMALLOC_32(9)NAMEvmalloc_32 - allocate virtually contiguous memory (32bit addressable)SYNOPSISvoid * vmalloc_32(unsigned long size);ARGUMENTSsize allocation sizeDESCRIPTIONAllocate enough 32bit PA addressable pages to cover size from the page level allocator and map them into contiguous kernel virtual space.COPYRIGHTKernel Hackers Manual 2.6. July 2010 VMALLOC_32(9)
| Related Man Pages |
|---|
| kmem_cache_create(9) - suse |
| kmalloc_array(9) - centos |
| contigmalloc(9) - freebsd |
| contigmalloc(9) - opensolaris |
| contigmalloc(9) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Change directory error |
| Grant unprivileged user rights to see the output of echo|format but not modify disks |
| Migrating to UNIX |
| Tar Command |