Searched refs:process_info_t (Results 1 – 2 of 2) sorted by relevance
62 } process_info_t; typedef63 typedef std::map<std::string, process_info_t> processes_t;113 std::vector<const process_info_t *> list_;
234 bool comparePss(const process_info_t *first, const process_info_t *second) { in comparePss()248 for (std::vector<const process_info_t *>::const_iterator it = list_.begin(); in dumpToLog()