VM_PAGE_ZERO_FILL(9) BSD Kernel Developer's Manual VM_PAGE_ZERO_FILL(9)NAMEvm_page_zero_fill -- zero fill a pageSYNOPSIS#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h> boolean_t vm_page_zero_fill(vm_page_t m);DESCRIPTIONThe vm_page_zero_fill() function zeros the given vm page by calling the machine dependent pmap_zero_page() routine. vm_page_zero_fill() always returns TRUE.AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.BSDJuly 17, 2001 BSD
| Related Man Pages |
|---|
| vm_page_free(9) - debian |
| vm_page_hold(9) - suse |
| vm_page_hold(9) - osx |
| vm_page_hold(9) - hpux |
| vm_page_hold(9) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |