.\" 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 "AGP_ALLOCATE_MEMORY" "" "06 October 2005" "" ""
.SH NAME
agp_allocate_memory \- allocate a group of pages of a certain type.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct agp_memory * agp_allocate_memory (size_t \fIpage_count\fB, u32 \fItype\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpage_count\fB\fR
size_t argument of the number of pages
.TP
\fB\fItype\fB\fR
u32 argument of the type of memory to be allocated.
.SH "DESCRIPTION"
.PP
Every agp bridge device will allow you to allocate AGP_NORMAL_MEMORY which
maps to physical ram. Any other type is device dependent.
.PP
It returns NULL whenever memory is unavailable.
.SH "DESCRIPTION"
.PP
Every agp bridge device will allow you to allocate AGP_NORMAL_MEMORY which
maps to physical ram. Any other type is device dependent.
.PP
It returns NULL whenever memory is unavailable.