1GETPAGESIZE(2) System Calls Manual GETPAGESIZE(2)
23
4
NAME
6getpagesize - get system page size
7
SYNOPSIS
9pagesize = getpagesize()
10int pagesize;
11
DESCRIPTION
13Getpagesize returns the number of bytes in a page. Page granularity is
14the granularity of many of the memory management calls.
1516
The page size is a system page size and may not be the same as the
17underlying hardware page size.
18
SEE ALSO
20sbrk(2), pagesize(1)
2122
23
24
4.2 Berkeley Distribution May 15, 1985 GETPAGESIZE(2)