Home
last modified time | relevance | path

Searched refs:_SC_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dsysconf.h78 #define _SC_PAGE_SIZE 0x0028 macro
/bionic/libc/unistd/
Dsysconf.c156 case _SC_PAGE_SIZE: return PAGE_SIZE; in sysconf()
/bionic/libc/bionic/
Ddlmalloc.c1325 # ifndef _SC_PAGE_SIZE
1326 # define _SC_PAGE_SIZE _SC_PAGESIZE macro
1329 # ifdef _SC_PAGE_SIZE
1330 # define malloc_getpagesize sysconf(_SC_PAGE_SIZE)