Searched refs:WorkingSetSize (Results 1 – 8 of 8) sorted by relevance
125 u32 WorkingSetSize = 0; in countAndClearShadowValues() local139 ++WorkingSetSize; in countAndClearShadowValues()152 return WorkingSetSize; in countAndClearShadowValues()161 u32 WorkingSetSize = 0; in computeWorkingSizeAndReset() local171 WorkingSetSize += countAndClearShadowValues(BitIdx, Start, End); in computeWorkingSizeAndReset()174 return WorkingSetSize; in computeWorkingSizeAndReset()
62 return pmc.WorkingSetSize; in GetProcessResidentSizeBytes()
66 return static_cast<int>(info.WorkingSetSize / 1024 / 1024); // Windows reports bytes. in getCurrResidentSetSizeMB()
141 printf("Working set size: %d\n", counters.WorkingSetSize); in OS_DumpMemoryCounters()
81 return info.WorkingSetSize; in getCurrResidentSetSizeBytes()
805 return counters.WorkingSetSize; in GetRSS()
52 SIZE_T WorkingSetSize; member