DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

getpagesize(S)


getpagesize -- get system page size

Syntax

cc . . . -lc
int getpagesize(void);

Description

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 need not be the same as the underlying hardware page size.

Files


/lib/libc.a
linking library

See also

brk(S)

Standards conformance

getpagesize is conformant with:

AT&T SVID Issue 3.


© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003