getpagesize(2) CLIX getpagesize(2)
NAME
getpagesize - Gets system page size
LIBRARY
Berkeley Software Distribution Library (libbsd.a)
SYNOPSIS
int getpagesize(
void );
DESCRIPTION
The getpagesize() function returns the number of bytes in a system page.
Page granularity is the granularity of the memory management calls.
EXAMPLES
pagesize = getpagesize();
RETURN VALUES
The getpagesize() function returns the size in bytes of a system page.
ERRORS
No errors are defined for this function.
2/94 - Intergraph Corporation 1