VUNMAP(9) Memory Management in Linux VUNMAP(9)NAMEvunmap - release virtual mapping obtained by vmapSYNOPSISvoid vunmap(const void * addr);ARGUMENTSaddr memory base addressDESCRIPTIONFree the virtually contiguous memory area starting at addr, which was created from the page array passed to vmap. Must not be called in interrupt context.COPYRIGHTKernel Hackers Manual 3.10 June 2014 VUNMAP(9)
| Related Man Pages |
|---|
| vsunlock(9) - debian |
| kvm_read(3) - freebsd |
| kvm_write(3) - netbsd |
| rebase(1) - osx |
| vslock(9) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |