Searched refs:_SC_AVPHYS_PAGES (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/sys/ | ||
D | sysconf.h | 129 #define _SC_AVPHYS_PAGES 0x0063 macro |
/bionic/libc/unistd/ | ||
D | sysconf.c | 260 case _SC_AVPHYS_PAGES: return __get_avphys_pages(); in sysconf() |