HomeSort by relevance Sort by last modified time
    Searched refs:memtotal (Results 1 - 15 of 15) sorted by null

  /external/autotest/client/site_tests/hardware_MemoryTotalSize/
hardware_MemoryTotalSize.py 16 mem_size = utils.memtotal()
19 logging.info("MemTotal: %.3f GB" % gb)
  /external/autotest/client/site_tests/hardware_Memtester/
hardware_Memtester.py 28 elif size > utils.memtotal():
  /external/autotest/client/site_tests/platform_TempFS/
platform_TempFS.py 27 threshold = utils.memtotal()/4
  /external/llvm/examples/BrainF/
BrainF.h 78 int memtotal; member in class:BrainF
BrainF.cpp 56 memtotal = mem;
93 ConstantInt *val_mem = ConstantInt::get(C, APInt(32, memtotal));
121 CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax");
126 ConstantInt::get(C, APInt(32, memtotal/2)),
  /external/ltp/testcases/kernel/mem/tunable/
min_free_kbytes.c 28 * c) 5% of MemFree or %2 MemTotal with all overcommit memory policy
89 unsigned long tune, memfree, memtotal; local
103 memtotal = SAFE_READ_MEMINFO("MemTotal:");
105 if (tune > (memtotal / 50))
106 tune = memtotal / 50;
216 total_mem = SAFE_READ_MEMINFO("MemTotal:") + SAFE_READ_MEMINFO("SwapTotal:");
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.h 77 int memtotal; member in class:BrainF
BrainF.cpp 43 memtotal = mem;
81 ConstantInt *val_mem = ConstantInt::get(C, APInt(32, memtotal));
109 CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax");
114 ConstantInt::get(C, APInt(32, memtotal/2)),
  /external/autotest/client/site_tests/crosvm_Sanity/
crosvm_Sanity.py 98 if self.min_memory_kb > utils.memtotal():
100 self.min_memory_kb, utils.memtotal())
  /external/autotest/client/tests/disktest/
disktest.py 65 chunk_mb = utils.memtotal() / 1024
77 self.memory_mb = utils.memtotal()/1024
  /external/autotest/client/site_tests/hardware_MemoryZRAMThroughput/
hardware_MemoryZRAMThroughput.py 50 mem_size = utils.memtotal()
52 logging.info("MemTotal: %.0f KB", mem_size)
  /external/autotest/client/tests/bash_shared_mapping/
bash_shared_mapping.py 28 kilobytes = (3 * utils.memtotal()) / 4
  /external/autotest/client/tests/linus_stress/
linus_stress.py 25 args = "%d" % (utils.memtotal() / 32)
  /external/autotest/client/site_tests/platform_CompressedSwap/
platform_CompressedSwap.py 50 memtotal = utils.read_from_meminfo('MemTotal')
52 free_target = (memtotal + swaptotal) * 0.03
  /external/autotest/client/bin/
utils.py 450 def memtotal(): function
451 return read_from_meminfo('MemTotal')
466 usable_kbytes = memtotal()
468 # as reported by memtotal() from device /proc/meminfo memtotal
706 return ((memtotal() * 1024) / nodes)
    [all...]

Completed in 358 milliseconds