HomeSort by relevance Sort by last modified time
    Searched full:vmtotal (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/process/
process_metrics_openbsd.cc 152 struct vmtotal vmtotal; local
154 size_t len = sizeof(vmtotal);
156 if (sysctl(mib, arraysize(mib), &vmtotal, &len, NULL, 0) < 0)
159 mem_total = vmtotal.t_vm;
160 mem_free = vmtotal.t_free;
161 mem_inactive = vmtotal.t_vm - vmtotal.t_avm;

Completed in 614 milliseconds