Rechercher une page de manuel
vunmap
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
vunmap - release virtual mapping obtained by vmapSYNOPSIS
- 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre