getpagesize: Get page size information

Description Usage Arguments Value Author(s) Examples

View source: R/getpagesize.R

Description

The function is used for obtaining the natural OS-specific page size in Bytes. getpagesize returns the OS-specific page size in Bytes for memory mapped files, while getdefaultpagesize returns a suggested page size. getalignedpagesize returns the pagesize as a multiple of the OS-specific page size in Bytes, which is the correct way to specify pagesize in ff.

Usage

1
2
3
4

Arguments

pagesize

a desired pagesize in bytes

Value

An integer giving the page size in Bytes.

Author(s)

Daniel Adler, Jens Oehlschl<c3><a4>gel

Examples

1
2
3
4

kindlychung/ff documentation built on May 20, 2019, 9:58 a.m.