ultrix man page for getpagesize

Query: getpagesize

OS: ultrix

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

getpagesize(2)							System Calls Manual						    getpagesize(2)

Name
       getpagesize - get system page size

Syntax
       pagesize = getpagesize()
       int pagesize;

Description
       The system call 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
       pagesize(1), sbrk(2)

																    getpagesize(2)
Related Man Pages
getpagesize(2) - osf1
pagesize(1) - sunos
getpagesize(3c) - sunos
getpagesize(3c) - x11r4
getpagesize(3c) - php
Similar Topics in the Unix Linux Community
code to find the top of the stack, not able to figure it out
Hugetlbfs and Shared Memory
mprotect fails with ENOMEM in text segment
How does memory mapping work?
Merge two strings by overlapped region