Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/
H A Dmemory_test.cpp44 ATF_TEST_CASE_WITHOUT_HEAD(physical_memory);
45 ATF_TEST_CASE_BODY(physical_memory) in ATF_TEST_CASE_BODY() argument
47 const units::bytes memory = utils::physical_memory(); in ATF_TEST_CASE_BODY()
62 ATF_ADD_TEST_CASE(tcs, physical_memory); in ATF_INIT_TEST_CASES()
H A Dmemory.hpp40 units::bytes physical_memory(void);
H A Dmemory.cpp142 utils::physical_memory(void) in physical_memory() function in utils
/freebsd/contrib/kyua/engine/
H A Drequirements.cpp234 const units::bytes physical_memory = utils::physical_memory(); in check_required_memory() local
235 if (physical_memory > 0 && physical_memory < required_memory) in check_required_memory()
238 required_memory.format() % physical_memory.format(); in check_required_memory()
H A Drequirements_test.cpp420 if (utils::physical_memory() == 0) in ATF_TEST_CASE_BODY()
/freebsd/contrib/xz/src/common/
H A Dtuklib_physmem.c200 ret = (uint64_t)pst.physical_memory * (uint64_t)pst.page_size; in tuklib_physmem()