Man Page: vm_set_page_size
Operating Environment: freebsd
Section: 9
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 vm_cnt.v_page_size (see <sys/vmmeter.h>) equals 0, PAGE_SIZE is used; otherwise, the value stored in vm_cnt.v_page_size is used. If vm_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>.BSDMarch 21, 2014 BSD
| Related Man Pages |
|---|
| vm_page_insert(9) - freebsd |
| vm_page_hold(9) - freebsd |
| vm_page_hold(9) - suse |
| vm_page_hold(9) - osx |
| vm_page_hold(9) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| The Whole Story on #! /usr/bin/ksh |
| Is UNIX an open source OS ? |
| A simple UNIXtime component in Vue.js |
| Valid separator in time and date format |
| UNIX Environment Setup - (Just starting!) |