Provided by:
linux-doc-2.6.15_2.6.15-23.39_all 
NAME
vfree - release memory allocated by vmalloc
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. If addr is NULL, no operation is
performed.
Must not be called in interrupt context.
DESCRIPTION
Free the virtually contiguous memory area starting at addr, as obtained
from vmalloc, vmalloc_32 or __vmalloc. If addr is NULL, no operation is
performed.
Must not be called in interrupt context.