table of contents
other versions
VUNMAP(9) | Memory Management in Linux | VUNMAP(9) |
NAME¶
vunmap - release virtual mapping obtained by vmap
SYNOPSIS¶
void vunmap(const void * addr);
ARGUMENTS¶
const void * addr
memory 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¶
July 2017 | Kernel Hackers Manual 4.11 |