pageSize function

int pageSize()

Implementation

int pageSize() {
  return sysconf(_SC_PAGESIZE);
}