Searched refs:process_info_t (Results 1 – 2 of 2) sorted by relevance
64 } process_info_t; typedef65 typedef std::map<std::string, process_info_t> processes_t;115 std::vector<const process_info_t *> list_;
230 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()