Home
last modified time | relevance | path

Searched refs:process_info_t (Results 1 – 2 of 2) sorted by relevance

/system/extras/memtrack/
Dmemtrack.h64 } process_info_t; typedef
65 typedef std::map<std::string, process_info_t> processes_t;
115 std::vector<const process_info_t *> list_;
Dmemtrack.cpp230 bool comparePss(const process_info_t *first, const process_info_t *second) { in comparePss()
244 for (std::vector<const process_info_t *>::const_iterator it = list_.begin(); in dumpToLog()