Searched refs:peak_resident_set_bytes_ (Results 1 – 2 of 2) sorted by relevance
16 peak_resident_set_bytes_(0), in ProcessMemoryTotals()25 if (peak_resident_set_bytes_ > 0) { in AsValueInto()27 StringPrintf("%" PRIx64, peak_resident_set_bytes_)); in AsValueInto()
35 uint64_t peak_resident_set_bytes() const { return peak_resident_set_bytes_; } in peak_resident_set_bytes()37 peak_resident_set_bytes_ = value; in set_peak_resident_set_bytes()51 uint64_t peak_resident_set_bytes_; variable