table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| VUNMAP(9) | Memory Management in Linux | VUNMAP(9) |
NAME¶
vunmap - release virtual mapping obtained by vmapSYNOPSIS¶
void
vunmap(const void * addr);
ARGUMENTS¶
addrmemory base address
DESCRIPTION¶
Free 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.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |