Searched refs:resident_page_count (Results 1 – 1 of 1) sorted by relevance
53 size_t resident_page_count = 0; in CountResidentBytes() local63 resident_page_count += vec[i] & MINCORE_INCORE ? 1 : 0; in CountResidentBytes()75 resident_page_count += vec[i]; in CountResidentBytes()78 total_resident_size += resident_page_count * page_size; in CountResidentBytes()