1. NAME

vmalloc_32_user - allocate zeroed virtually contiguous 32bit memory

2. SYNOPSIS

void * vmalloc_32_user(unsigned long  size );

3. ARGUMENTS

size
    allocation size

4. DESCRIPTION

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

5. COPYRIGHT