getpagesize(2) System Calls Manual getpagesize(2)NAMEgetpagesize - get the current page sizeSYNOPSISDESCRIPTIONThe function returns the current page size. The function is equivalent to andRETURN VALUEThe function returns the current page size.ERRORSNo errors are defined.APPLICATION USAGEThe 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 withSEE ALSObrk(2), getrlimit(2), mmap(2), mprotect(2), munmap(2), msync(2), sysconf(2), <unistd.h>.CHANGE HISTORYFirst released in Issue 4, Version 2. getpagesize(2)