1VUNMAP(9)                 Memory Management in Linux                 VUNMAP(9)
2
3
4

NAME

6       vunmap - release virtual mapping obtained by vmap
7

SYNOPSIS

9       void vunmap(const void * addr);
10

ARGUMENTS

12       addr
13           memory base address
14

DESCRIPTION

16       Free the virtually contiguous memory area starting at addr, which was
17       created from the page array passed to vmap.
18
19       Must not be called in interrupt context.
20
22Kernel Hackers Manual 3.10         June 2019                         VUNMAP(9)
Impressum