HomeSort by: relevance | last modified time | path
    Searched refs:memtotal (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainF.h 77 int memtotal; member in class:BrainF
BrainF.cpp 55 memtotal = mem;
91 ConstantInt *val_mem = ConstantInt::get(C, APInt(32, memtotal));
118 CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax");
123 ConstantInt::get(C, APInt(32, memtotal/2)),
  /src/external/bsd/top/dist/machine/
m_linux.c 546 unsigned long memtotal = 0; local
589 else if (!mem && strncmp(p, "MemTotal:", 9) == 0)
592 memtotal = strtoul(p, &p, 10);
594 else if (!mem && memtotal > 0 && strncmp(p, "MemFree:", 8) == 0)
598 memory_stats[MEMUSED] = memtotal - memfree;
m_linuxthr.c 429 unsigned long memtotal = 0; local
472 else if (!mem && strncmp(p, "MemTotal:", 9) == 0)
475 memtotal = strtoul(p, &p, 10);
477 else if (!mem && memtotal > 0 && strncmp(p, "MemFree:", 8) == 0)
481 memory_stats[MEMUSED] = memtotal - memfree;

Completed in 49 milliseconds