Searched refs:InUsePages (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | primary32.h | 937 const uptr InUsePages = in getSizeClassFragmentationInfo() local 939 const uptr InUseBytes = InUsePages * PageSize; in getSizeClassFragmentationInfo() 943 computePercentage(BlockSize * InUseBlocks, InUsePages * PageSize, &Integral, in getSizeClassFragmentationInfo() 947 ClassId, BlockSize, InUseBlocks, TotalBlocks, InUsePages, in getSizeClassFragmentationInfo()
|
H A D | primary64.h | 1182 const uptr InUsePages = in getRegionFragmentationInfo() local 1184 const uptr InUseBytes = InUsePages * PageSize; in getRegionFragmentationInfo() 1188 computePercentage(BlockSize * InUseBlocks, InUsePages * PageSize, &Integral, in getRegionFragmentationInfo() 1192 ClassId, BlockSize, InUseBlocks, TotalBlocks, InUsePages, in getRegionFragmentationInfo()
|