Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump.cc106 size_t resident_page_count = 0; in CountResidentBytes() local
117 resident_page_count += vec[i].VirtualAttributes.Valid; in CountResidentBytes()
127 resident_page_count += vec[i] & MINCORE_INCORE ? 1 : 0; in CountResidentBytes()
144 resident_page_count += vec[i] & 1; in CountResidentBytes()
150 total_resident_pages += resident_page_count * page_size; in CountResidentBytes()