GETPAGESIZE

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
BSD 4.2  

NAME

getpagesize - get system page size  

SYNOPSIS

Fd #include <unistd.h> Ft int Fn getpagesize void  

DESCRIPTION

Fn Getpagesize returns the number of bytes in a page. Page granularity is the granularity of many of the memory management calls.

The page size is a system page size and may not be the same as the underlying hardware page size.  

SEE ALSO

sbrk(2), pagesize(1)  

HISTORY

The function call appeared in BSD 4.2


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
HISTORY

This document was created by man2html, using the manual pages.
Time: 21:44:10 GMT, August 05, 2022