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

  /external/libchrome/base/trace_event/
process_memory_totals.cc 15 : resident_set_bytes_(0),
24 StringPrintf("%" PRIx64, resident_set_bytes_));
37 resident_set_bytes_ = 0;
process_memory_totals.h 32 uint64_t resident_set_bytes() const { return resident_set_bytes_; }
33 void set_resident_set_bytes(uint64_t value) { resident_set_bytes_ = value; }
50 uint64_t resident_set_bytes_; member in class:base::trace_event::ProcessMemoryTotals

Completed in 76 milliseconds