Searched refs:AllocatedPagesCount (Results 1 – 2 of 2) sorted by relevance
925 uptr AllocatedPagesCount = 0; in getSizeClassFragmentationInfo() local930 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()
1179 const uptr AllocatedPagesCount = in getRegionFragmentationInfo() local1181 DCHECK_GE(AllocatedPagesCount, Recorder.getReleasedPagesCount()); in getRegionFragmentationInfo()1183 AllocatedPagesCount - Recorder.getReleasedPagesCount(); in getRegionFragmentationInfo()1193 AllocatedPagesCount, InUseBytes >> 10, Integral, Fractional); in getRegionFragmentationInfo()