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

  /external/libchrome/base/process/
process_metrics.h 262 struct BASE_EXPORT SystemMemoryInfoKB {
263 SystemMemoryInfoKB();
306 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo);
329 SystemMemoryInfoKB* meminfo);
334 SystemMemoryInfoKB* meminfo);
409 SystemMemoryInfoKB memory_info_;
process_metrics_mac.cc 82 SystemMemoryInfoKB::SystemMemoryInfoKB() {
369 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) {
process_metrics_unittest.cc 89 struct SystemMemoryInfoKB meminfo;
198 struct SystemMemoryInfoKB meminfo;
347 SystemMemoryInfoKB info;
process_metrics_linux.cc 433 SystemMemoryInfoKB meminfo;
533 SystemMemoryInfoKB::SystemMemoryInfoKB() {
558 scoped_ptr<Value> SystemMemoryInfoKB::ToValue() const {
588 SystemMemoryInfoKB* meminfo) {
656 SystemMemoryInfoKB* meminfo) {
687 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) {

Completed in 167 milliseconds