Go to the previous, next section.

getpagesize

SYNOPSIS

size_t getpagesize(void);

DESCRIPTION

Gets the virtual subsystem page size, in bytes. This is not necessarily equal to the hardware page size.

RETURN VALUE

The page size, in bytes.

Go to the previous, next section.