DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

getpagesize(S-osr5)


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-osr5)

Standards conformance

getpagesize is conformant with:

AT&T SVID Issue 3.


© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005