Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A 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 += in computeWorkingSizeAndReset()
175 return WorkingSetSize; in computeWorkingSizeAndReset()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc763 return counters.WorkingSetSize; in GetRSS()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp53 SIZE_T WorkingSetSize; member