table of contents
other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
| 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¶
| May 2018 | Kernel Hackers Manual 4.9. |