.\" 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_MALLOC_PAGES" "9" "09 October 2005" "" ""
.SH NAME
snd_malloc_pages \- allocate pages with the given size
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * snd_malloc_pages (size_t \fIsize\fB, unsigned int \fIgfp_flags\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsize\fB\fR
the size to allocate in bytes
.TP
\fB\fIgfp_flags\fB\fR
the allocation conditions, GFP_XXX
.SH "DESCRIPTION"
.PP
Allocates the physically contiguous pages with the given size.
.PP
Returns the pointer of the buffer, or NULL if no enoguh memory.