Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dsysconf.c72 static int __get_avphys_pages(void);
260 case _SC_AVPHYS_PAGES: return __get_avphys_pages(); in sysconf()
418 __get_avphys_pages(void) in __get_avphys_pages() function