.\" 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 "SND_FREE_PAGES" "9" "09 October 2005" "" ""
.SH NAME
snd_free_pages \- release the pages
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void snd_free_pages (void * \fIptr\fB, size_t \fIsize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIptr\fB\fR
the buffer pointer to release
.TP
\fB\fIsize\fB\fR
the allocated buffer size
.SH "DESCRIPTION"
.PP
Releases the buffer allocated via \fBsnd_malloc_pages\fR\&.