VFREE

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

 

NAME

vfree - release memory allocated by vmalloc  

SYNOPSIS

"SYNOPSIS"

void vfree (void * addr);  

ARGUMENTS

addr
memory base address
 

DESCRIPTION

Free the virtually contiguous memory area starting at addr, as obtained from vmalloc, vmalloc_32 or __vmalloc.

May not be called in interrupt context.  

DESCRIPTION

Free the virtually contiguous memory area starting at addr, as obtained from vmalloc, vmalloc_32 or __vmalloc.

May not be called in interrupt context.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:57 GMT, October 06, 2005