Searched defs:SystemMemoryInfoKB (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics.h261 struct BASE_EXPORT SystemMemoryInfoKB { struct in namespace:base
262 SystemMemoryInfoKB();
296 SystemMemoryInfoKB* meminfo);
301 SystemMemoryInfoKB* meminfo);
307 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo);
382 SystemMemoryInfoKB memory_info_;
H A Dprocess_metrics_linux.cc376 SystemMemoryInfoKB meminfo;
457 SystemMemoryInfoKB::SystemMemoryInfoKB() { function in class:base::SystemMemoryInfoKB
482 scoped_ptr<Value> SystemMemoryInfoKB::ToValue() const {
512 SystemMemoryInfoKB* meminfo) {
594 SystemMemoryInfoKB* meminfo) {
627 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) {

Completed in 68 milliseconds