Home
last modified time | relevance | path

Searched refs:_SC_PHYS_PAGES (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dsysconf.h128 #define _SC_PHYS_PAGES 0x0062 macro
/bionic/libc/bionic/
Dsysconf.cpp138 case _SC_PHYS_PAGES: return get_phys_pages(); in sysconf()
/bionic/tests/
Dunistd_test.cpp750 VERIFY_SYSCONF_POSITIVE(_SC_PHYS_PAGES); in TEST()