Home
last modified time | relevance | path

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

/external/autotest/client/tests/disktest/
Ddisktest.py65 chunk_mb = utils.memtotal() / 1024
77 self.memory_mb = utils.memtotal()/1024
/external/llvm/examples/BrainF/
DBrainF.cpp44 memtotal = mem; in parse()
81 ConstantInt *val_mem = ConstantInt::get(C, APInt(32, memtotal)); in header()
109 CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax"); in header()
114 ConstantInt::get(C, APInt(32, memtotal/2)), in header()
DBrainF.h77 int memtotal; variable
/external/autotest/client/site_tests/platform_CompressedSwap/
Dplatform_CompressedSwap.py50 memtotal = utils.read_from_meminfo('MemTotal')
52 free_target = (memtotal + swaptotal) * 0.03
/external/autotest/client/site_tests/hardware_MemoryTotalSize/
Dhardware_MemoryTotalSize.py16 mem_size = utils.memtotal()
Dcontrol18 This test uses AutoTest's utils.memtotal().
/external/autotest/client/site_tests/platform_TempFS/
Dplatform_TempFS.py27 threshold = utils.memtotal()/4
/external/autotest/client/site_tests/hardware_Memtester/
Dhardware_Memtester.py28 elif size > utils.memtotal():
/external/autotest/client/tests/linus_stress/
Dlinus_stress.py25 args = "%d" % (utils.memtotal() / 32)
/external/autotest/client/tests/bash_shared_mapping/
Dbash_shared_mapping.py28 kilobytes = (3 * utils.memtotal()) / 4
/external/autotest/client/bin/
Dbase_utils.py478 def memtotal(): function
492 usable_kbytes = memtotal()
719 return ((memtotal() * 1024) / nodes)
Dcpuset.py64 system_visible_pages = utils.memtotal() >> 2
/external/autotest/client/tests/kvm/tests/
Dksm_overcommit.py392 host_reserve = ((utils.memtotal() - utils.read_from_meminfo("MemFree"))
425 host_mem = (int(utils.memtotal()) / 1024 - host_reserve)