.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "VFREE" "" "06 October 2005" "" ""
.SH NAME
vfree \- release memory allocated by vmalloc
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void vfree (void * \fIaddr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIaddr\fB\fR
memory base address
.SH "DESCRIPTION"
.PP
Free the virtually contiguous memory area starting at \fIaddr\fR, as
obtained from \fBvmalloc\fR, \fBvmalloc_32\fR or \fB__vmalloc\fR\&.
.PP
May not be called in interrupt context.
.SH "DESCRIPTION"
.PP
Free the virtually contiguous memory area starting at \fIaddr\fR, as
obtained from \fBvmalloc\fR, \fBvmalloc_32\fR or \fB__vmalloc\fR\&.
.PP
May not be called in interrupt context.