Home
last modified time | relevance | path

Searched refs:_SC_AVPHYS_PAGES (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/
Dsys_sysinfo_test.cpp38 ASSERT_GE(phys_pages, sysconf(_SC_AVPHYS_PAGES)); in TEST()
Dunistd_test.cpp973 VERIFY_SYSCONF_POSITIVE(_SC_AVPHYS_PAGES); in TEST()
/bionic/libc/include/bits/
Dsysconf.h129 #define _SC_AVPHYS_PAGES 0x0063 macro
/bionic/libc/bionic/
Dsysconf.cpp66 case _SC_AVPHYS_PAGES: return get_avphys_pages(); in sysconf()