Home
last modified time | relevance | path

Searched refs:resident_set_bytes (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dprocess_memory_totals_dump_provider_unittest.cc38 pmd_before->process_totals()->resident_set_bytes(); in TEST()
39 const uint64_t rss_after = pmd_after->process_totals()->resident_set_bytes(); in TEST()
Dprocess_memory_totals.h32 uint64_t resident_set_bytes() const { return resident_set_bytes_; } in resident_set_bytes() function