Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h918 uptr AllocatedPagesCount = 0; in getSizeClassFragmentationInfo() local
923 AllocatedPagesCount += RegionSize / PageSize; in getSizeClassFragmentationInfo()
926 DCHECK_NE(AllocatedPagesCount, 0U); in getSizeClassFragmentationInfo()
929 DCHECK_GE(AllocatedPagesCount, Recorder.getReleasedPagesCount()); in getSizeClassFragmentationInfo()
931 AllocatedPagesCount - Recorder.getReleasedPagesCount(); in getSizeClassFragmentationInfo()
941 AllocatedPagesCount, InUseBytes >> 10, Integral, Fractional); in getSizeClassFragmentationInfo()
H A Dprimary64.h1126 const uptr AllocatedPagesCount = in getRegionFragmentationInfo() local
1128 DCHECK_GE(AllocatedPagesCount, Recorder.getReleasedPagesCount()); in getRegionFragmentationInfo()
1130 AllocatedPagesCount - Recorder.getReleasedPagesCount(); in getRegionFragmentationInfo()
1140 AllocatedPagesCount, InUseBytes >> 10, Integral, Fractional); in getRegionFragmentationInfo()