Searched refs:computePercentage (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 119 inline void computePercentage(uptr Numerator, uptr Denominator, uptr *Integral, in computePercentage() function
|
H A D | secondary.h | 180 computePercentage(SuccessfulRetrieves, CallsToRetrieve, &Integral, in getStats()
|
H A D | primary32.h | 943 computePercentage(BlockSize * InUseBlocks, InUsePages * PageSize, &Integral, in getSizeClassFragmentationInfo()
|
H A D | primary64.h | 1188 computePercentage(BlockSize * InUseBlocks, InUsePages * PageSize, &Integral, in getRegionFragmentationInfo()
|