Searched refs:maprefs_ (Results 1 – 1 of 1) sorted by relevance
48 AddRefToPidMap(pid, &maprefs_); in AddMapRef()55 const std::unordered_map<pid_t, int>& maprefs() const { return maprefs_; } in maprefs()65 uint64_t Pss(pid_t pid) const { return maprefs_.count(pid) > 0 ? size_ / maprefs_.size() : 0; } in Pss()81 std::unordered_map<pid_t, int> maprefs_; member