linux man page for vm_map_create

Query: vm_map_create

OS: linux

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

VM_MAP_CREATE(9)					   BSD Kernel Developer's Manual					  VM_MAP_CREATE(9)

NAME
vm_map_create -- create a new vm_map structure
SYNOPSIS
#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_map.h> vm_map_t vm_map_create(pmap_t pmap, vm_offset_t min, vm_offset_t max);
DESCRIPTION
The vm_map_create() function creates and returns a new, empty map structure, associated with the physical map pmap, and with the upper and lower address bounds specified by max and min respectively.
IMPLEMENTATION NOTES
The kernel's zone allocator is used to allocate the map.
RETURN VALUES
The vm_map_create() function returns a pointer to the newly allocated map if successful. Otherwise, it returns NULL.
SEE ALSO
pmap(9), vm_map(9), vm_map_init(9)
AUTHORS
This manual page was written by Bruce M Simpson <bms@spc.org>.
BSD
July 19, 2003 BSD
Related Man Pages
vm_map_protect(9) - debian
vm_map_check_protection(9) - freebsd
pmap_extract_and_hold(9) - freebsd
vm_map_findspace(9) - freebsd
vm_map_submap(9) - linux
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
Scripts without shebang
Answers to Recently Asked Questions about UNIX.COM
Don Cragun crossing 4500 thanks went unnoticed for more than a week - late congratulations!
YouTube: How to Use Code Tags and Format Posts @UNIX.com