Searched refs:resident_page_count (Results 1 – 1 of 1) sorted by relevance
106 size_t resident_page_count = 0; in CountResidentBytes() local117 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()