Searched refs:vmtotal (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics_openbsd.cc145 struct vmtotal vmtotal; local
147 size_t len = sizeof(vmtotal);
149 if (sysctl(mib, arraysize(mib), &vmtotal, &len, NULL, 0) < 0)
152 mem_total = vmtotal.t_vm;
153 mem_free = vmtotal.t_free;
154 mem_inactive = vmtotal.t_vm - vmtotal.t_avm;

Completed in 560 milliseconds