__VMALLOC
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
__vmalloc - allocate virtually contiguous memory
SYNOPSIS
"SYNOPSIS"
void * __vmalloc (unsigned long size, unsigned int __nocast gfp_mask, pgprot_t prot);
ARGUMENTS
- size
-
allocation size
- gfp_mask
-
flags for the page level allocator
- prot
-
protection mask for the allocated pages
DESCRIPTION
Allocate enough pages to cover size from the page level
allocator with gfp_mask flags. Map them into contiguous
kernel virtual space, using a pagetable protection of prot.
DESCRIPTION
Allocate enough pages to cover size from the page level
allocator with gfp_mask flags. Map them into contiguous
kernel virtual space, using a pagetable protection of prot.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:01:53 GMT, October 09, 2005