Lines Matching defs:RegionPushedBytesDelta
1137 uptr RegionPushedBytesDelta = 0;
1140 RegionPushedBytesDelta =
1154 RegionPushedBytesDelta >> 10, Region->RegionBeg,
1255 uptr RegionPushedBytesDelta = 0;
1281 RegionPushedBytesDelta =
1335 // `RegionPushedBytesDelta` is over half of the `TryReleaseThreshold`. As
1339 if (RegionPushedBytesDelta < Region->ReleaseInfo.TryReleaseThreshold &&
1403 const uptr RegionPushedBytesDelta =
1407 if (RegionPushedBytesDelta < Region->ReleaseInfo.TryReleaseThreshold / 2)
1419 // At here, `RegionPushedBytesDelta` is more than half of
1423 if (RegionPushedBytesDelta < Region->ReleaseInfo.TryReleaseThreshold) {
1439 Region->ReleaseInfo.PendingPushedBytesDelta = RegionPushedBytesDelta;