Searched refs:WorkingSetSize (Results 1 – 2 of 2) 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()
66 return static_cast<int>(info.WorkingSetSize / 1024 / 1024); // Windows reports bytes. in getCurrResidentSetSizeMB()