Query: vm_set_page_size
OS: debian
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VM_SET_PAGE_SIZE(9) BSD Kernel Developer's Manual VM_SET_PAGE_SIZE(9)NAMEvm_set_page_size -- initialize the system page sizeSYNOPSIS#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h> void vm_set_page_size(void);DESCRIPTIONThe vm_set_page_size() function initializes the system page size. If cnt.v_page_size (see <sys/vmmeter.h>) equals 0, PAGE_SIZE is used; oth- erwise, the value stored in cnt.v_page_size is used. If cnt.v_page_size is not a power of two, the system will panic. vm_set_page_size() must be called prior to any page size dependent functions.AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.BSDJuly 17, 2001 BSD
Related Man Pages |
---|
vm_page_free(9) - freebsd |
vm_page_unhold(9) - freebsd |
vm_page_free_zero(9) - debian |
vm_page_insert(9) - debian |
vm_page_remove(9) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
Introduction |
Find columns in a file based on header and print to new file |
A (ksh) Library For and From UNIX.com |