__VMALLOC

Section: LINUX (9)
Updated: August 2005
Index Return to Main Contents
 

NAME

__vmalloc - allocate virtually contiguous memory  

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:30:14 GMT, August 30, 2005