Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dworking_set.cpp125 u32 WorkingSetSize = 0; in countAndClearShadowValues() local
139 ++WorkingSetSize; in countAndClearShadowValues()
152 return WorkingSetSize; in countAndClearShadowValues()
161 u32 WorkingSetSize = 0; in computeWorkingSizeAndReset() local
171 WorkingSetSize += countAndClearShadowValues(BitIdx, Start, End); in computeWorkingSizeAndReset()
174 return WorkingSetSize; in computeWorkingSizeAndReset()
/external/skia/tools/
DProcStats.cpp66 return static_cast<int>(info.WorkingSetSize / 1024 / 1024); // Windows reports bytes. in getCurrResidentSetSizeMB()