table of contents
other versions
- stretch 4.9.168-1
| 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¶
| April 2019 | Kernel Hackers Manual 4.9. |