Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump.cc84 size_t total_resident_pages = 0; in CountResidentBytes() local
150 total_resident_pages += resident_page_count * page_size; in CountResidentBytes()
156 total_resident_pages = 0; in CountResidentBytes()
159 return total_resident_pages; in CountResidentBytes()