VUNMAP

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

vunmap - release virtual mapping obtained by vmap  

SYNOPSIS

"SYNOPSIS"

void vunmap (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.

May not be called in interrupt context.  

DESCRIPTION

Free the virtually contiguous memory area starting at addr, which was created from the page array passed to vmap.

May not be called in interrupt context.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:21:16 GMT, October 06, 2005