hpux man page for getpagesize

Query: getpagesize

OS: hpux

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 the current page size
SYNOPSIS
DESCRIPTION
The function returns the current page size. The function is equivalent to and
RETURN VALUE
The function returns the current page size.
ERRORS
No errors are defined.
APPLICATION USAGE
The value returned by need not be the minimum value that can allocate. Moreover, the application cannot assume that an object of this size can be allocated with
SEE ALSO
brk(2), getrlimit(2), mmap(2), mprotect(2), munmap(2), msync(2), sysconf(2), <unistd.h>.
CHANGE HISTORY
First released in Issue 4, Version 2. getpagesize(2)
Related Man Pages
getpagesize(2) - redhat
getpagesize(3c) - sunos
getpagesize(3c) - minix
getpagesize(3c) - opendarwin
getpagesize(3c) - x11r4
Similar Topics in the Unix Linux Community
Memory usage
Hugetlbfs and Shared Memory
Regarding MMAP, MLOCK etc..
How to create SIGSEGV at particular memory?
Merge two strings by overlapped region