vmalloc_user

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

vmalloc_user - allocate zeroed virtually contiguous memory for userspace

SYNOPSIS

void * vmalloc_user(unsigned long size);

ARGUMENTS

size

allocation size

DESCRIPTION

The resulting memory area is zeroed so it can be mapped to userspace without leaking data.