Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_totals_dump_provider.cc50 const uint64_t rss_bytes = rss_bytes_for_testing in OnMemoryDump() local
82 if (rss_bytes > 0) { in OnMemoryDump()
83 pmd->process_totals()->set_resident_set_bytes(rss_bytes); in OnMemoryDump()