Searched refs:AllocatedPagesCount (Results 1 – 2 of 2) sorted by relevance
918 uptr AllocatedPagesCount = 0; in getSizeClassFragmentationInfo() local923 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()
1126 const uptr AllocatedPagesCount = in getRegionFragmentationInfo() local1128 DCHECK_GE(AllocatedPagesCount, Recorder.getReleasedPagesCount()); in getRegionFragmentationInfo()1130 AllocatedPagesCount - Recorder.getReleasedPagesCount(); in getRegionFragmentationInfo()1140 AllocatedPagesCount, InUseBytes >> 10, Integral, Fractional); in getRegionFragmentationInfo()