Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h925 uptr AllocatedPagesCount = 0; in getSizeClassFragmentationInfo() local
930 AllocatedPagesCount += RegionSize / PageSize; in getSizeClassFragmentationInfo()
933 DCHECK_NE(AllocatedPagesCount, 0U); in getSizeClassFragmentationInfo()
936 DCHECK_GE(AllocatedPagesCount, Recorder.getReleasedPagesCount()); in getSizeClassFragmentationInfo()
938 AllocatedPagesCount - Recorder.getReleasedPagesCount(); in getSizeClassFragmentationInfo()
948 AllocatedPagesCount, InUseBytes >> 10, Integral, Fractional); in getSizeClassFragmentationInfo()
H A Dprimary64.h1179 const uptr AllocatedPagesCount = in getRegionFragmentationInfo() local
1181 DCHECK_GE(AllocatedPagesCount, Recorder.getReleasedPagesCount()); in getRegionFragmentationInfo()
1183 AllocatedPagesCount - Recorder.getReleasedPagesCount(); in getRegionFragmentationInfo()
1193 AllocatedPagesCount, InUseBytes >> 10, Integral, Fractional); in getRegionFragmentationInfo()