Searched refs:_SC_PAGESIZE (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/sys/
H A Dsysconf.h77 #define _SC_PAGESIZE 0x0027 macro
/bionic/libc/bionic/
H A Dsysconf.cpp233 case _SC_PAGESIZE: return PAGE_SIZE;
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1552 # ifdef _SC_PAGESIZE /* some SVR4 systems omit an underscore */
1554 # define _SC_PAGE_SIZE _SC_PAGESIZE

Completed in 83 milliseconds