Searched defs:_SC_PAGE_SIZE (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/sys/
H A Dsysconf.h78 #define _SC_PAGE_SIZE 0x0028 macro
/bionic/libc/upstream-dlmalloc/
H A 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)

Completed in 264 milliseconds