HomeSort by relevance Sort by last modified time
    Searched defs:SystemMemoryInfoKB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
process_metrics.h 227 struct BASE_EXPORT SystemMemoryInfoKB {
228 SystemMemoryInfoKB();
247 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo);
process_metrics_linux.cc 366 SystemMemoryInfoKB meminfo;
405 SystemMemoryInfoKB::SystemMemoryInfoKB()
419 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) {

Completed in 59 milliseconds