Go to the first, previous, next, last section, table of contents.


getpagesize

Syntax

#include <unistd.h>

int getpagesize(void);

Description

Return the size of the native virtual memory page size.

Return Value

4096 for the i386 and higher processors.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.