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.c229 case _SC_PAGE_SIZE: return PAGE_SIZE; in sysconf()
/bionic/libc/upstream-dlmalloc/
Dmalloc.c1553 # ifndef _SC_PAGE_SIZE
1554 # define _SC_PAGE_SIZE _SC_PAGESIZE macro
1557 # ifdef _SC_PAGE_SIZE
1558 # define malloc_getpagesize sysconf(_SC_PAGE_SIZE)