Linux Kernel
3.7.1
|
#include <generated/asm-offsets.h>
Go to the source code of this file.
Functions | |
void * | uml_kmalloc (int size, int flags) |
void | kfree (const void *ptr) |
void * | vmalloc (unsigned long size) |
void | vfree (void *ptr) |
vmalloc - allocate virtually contiguous memory : allocation size Allocate enough pages to cover from the page level allocator and map them into contiguous kernel virtual space.
For tight control over page level allocator and protection flags use __vmalloc() instead.