getpagesize(2) ultrix man page | unix.com

Man Page: getpagesize

Operating Environment: ultrix

Section: 2

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
pagesize(1) - opensolaris
getpagesize(2) - osf1
getpagesize(3c) - minix
pagesize(1) - minix
getpagesize(3c) - xfree86
Similar Topics in the Unix Linux Community
Hugetlbfs and Shared Memory
shared memory with linked list??
Regarding MMAP, MLOCK etc..
How to create SIGSEGV at particular memory?
Shared memory between two c program