alloc_vm_area(9) suse man page | unix.com

Man Page: alloc_vm_area

Operating Environment: suse

Section: 9

ALLOC_VM_AREA(9)					    Memory Management in Linux						  ALLOC_VM_AREA(9)

NAME
alloc_vm_area - allocate a range of kernel address space
SYNOPSIS
struct vm_struct * alloc_vm_area(size_t size);
ARGUMENTS
size size of the area
RETURNS
NULL on failure, vm_struct on success This function reserves a range of kernel address space, and allocates pagetables to map that range. No actual mappings are created. If the kernel address space is not shared between processes, it syncs the pagetable across all processes.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ALLOC_VM_AREA(9)
Related Man Pages
uvm_km_alloc(9) - netbsd
uvm_km_free(9) - netbsd
shm_unmap(9) - freebsd
madvise(3c) - v7
madvise(3c) - xfree86
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I
The Future of the PM (Private Message) System at UNIX.com