Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/conf/
Dget_phys_pages.c26 long phys_pages = get_phys_pages(); in get_phys_pages_0100() local
27 if (sysconf(_SC_PHYS_PAGES) != phys_pages) { in get_phys_pages_0100()
/third_party/mesa3d/src/util/
Dos_misc.c227 const long phys_pages = sysconf(_SC_PHYS_PAGES); in os_get_total_physical_memory() local
230 if (phys_pages <= 0 || page_size <= 0) in os_get_total_physical_memory()
233 *size = (uint64_t)phys_pages * (uint64_t)page_size; in os_get_total_physical_memory()