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 261 struct BASE_EXPORT SystemMemoryInfoKB {
262 SystemMemoryInfoKB();
296 SystemMemoryInfoKB* meminfo);
301 SystemMemoryInfoKB* meminfo);
307 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo);
382 SystemMemoryInfoKB memory_info_;
process_metrics_linux.cc 376 SystemMemoryInfoKB meminfo;
457 SystemMemoryInfoKB::SystemMemoryInfoKB() {
482 scoped_ptr<Value> SystemMemoryInfoKB::ToValue() const {
512 SystemMemoryInfoKB* meminfo) {
594 SystemMemoryInfoKB* meminfo) {
627 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) {

Completed in 626 milliseconds