1VUNMAP(9) Memory Management in Linux VUNMAP(9)
23
4
NAME
6vunmap - release virtual mapping obtained by vmap
7
SYNOPSIS
9void vunmap(const void * addr);
10
ARGUMENTS
12addr
13memory base address
14
DESCRIPTION
16Free the virtually contiguous memory area starting at addr, which was
17created from the page array passed to vmap.
1819
Must not be called in interrupt context.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 VUNMAP(9)