Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c118 unsigned long tune, memfree, memtotal; in test_tune() local
132 memtotal = read_meminfo("MemTotal:"); in test_tune()
134 if (tune > (memtotal / 50)) in test_tune()
135 tune = memtotal / 50; in test_tune()
/external/autotest/client/tests/disktest/
Ddisktest.py65 chunk_mb = utils.memtotal() / 1024
77 self.memory_mb = utils.memtotal()/1024
/external/llvm/examples/BrainF/
DBrainF.cpp56 memtotal = mem; in parse()
93 ConstantInt *val_mem = ConstantInt::get(C, APInt(32, memtotal)); in header()
121 CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax"); in header()
126 ConstantInt::get(C, APInt(32, memtotal/2)), in header()
DBrainF.h78 int memtotal; variable
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainF.cpp43 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()
Dcontrol17 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/
Dutils.py487 def memtotal(): function
501 usable_kbytes = memtotal()
728 return ((memtotal() * 1024) / nodes)