OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:freememtotal
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/tests/stress/
stress.py
38
mb = utils.
freememtotal
() + utils.read_from_meminfo('SwapFree') / 2
/external/autotest/client/site_tests/hardware_SAT/
hardware_SAT.py
65
utils.
freememtotal
()) to use.
82
mbytes = max(int(utils.
freememtotal
() * free_memory_fraction / 1024),
/external/autotest/client/bin/
base_utils.py
482
def
freememtotal
():
function
/external/autotest/client/virt/
virt_test_utils.py
413
meminfo += str(int(utils.
freememtotal
()) / 1024) + "M; "
Completed in 132 milliseconds