vunmap(9) suse man page | unix.com

Man Page: vunmap

Operating Environment: suse

Section: 9

VUNMAP(9)						    Memory Management in Linux							 VUNMAP(9)

NAME
vunmap - release virtual mapping obtained by vmap
SYNOPSIS
void vunmap(const void * addr);
ARGUMENTS
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
Kernel Hackers Manual 2.6. July 2010 VUNMAP(9)
Related Man Pages
fetch(9) - osx
fuibyte(9) - mojave
rebase(1) - osx
vslock(9) - linux
vslock(9) - osx
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I