Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_totals.h33 void set_resident_set_bytes(uint64_t value) { resident_set_bytes_ = value; } in set_resident_set_bytes() function
Dprocess_memory_totals_dump_provider.cc83 pmd->process_totals()->set_resident_set_bytes(rss_bytes); in OnMemoryDump()
Dprocess_memory_dump_unittest.cc24 pmd1->process_totals()->set_resident_set_bytes(42); in TEST()