Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_sysinfo_test.cpp35 ASSERT_EQ(sysconf(_SC_PHYS_PAGES), phys_pages); in TEST()
Dunistd_test.cpp1016 VERIFY_SYSCONF_POSITIVE(_SC_PHYS_PAGES); in TEST()
/bionic/libc/include/bits/
Dsysconf.h128 #define _SC_PHYS_PAGES 0x0062 macro
/bionic/libc/bionic/
Dsysconf.cpp93 case _SC_PHYS_PAGES: return get_phys_pages(); in sysconf()