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

  /system/extras/memtrack/
memtrack.h 62 } process_info_t; typedef in typeref:struct:__anon81458
63 typedef std::map<std::string, process_info_t> processes_t;
113 std::vector<const process_info_t *> list_;
memtrack.cpp 234 bool comparePss(const process_info_t *first, const process_info_t *second) {
248 for (std::vector<const process_info_t *>::const_iterator it = list_.begin();

Completed in 53 milliseconds