Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some dead code from SharedArrayPool #101410

Merged
merged 1 commit into from
Apr 23, 2024

Commits on Apr 23, 2024

  1. Remove some dead code from SharedArrayPool

    In Trim, for high memory pressure, we're already setting the number of arrays to trim equal to the max number possible, so the subsequent logic that would increase the count wasn't useful. Deleting that also deleted the last use of _elementSize, which in turn allowed for the path that provided that value to be cleaned up.
    stephentoub committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    26a47df View commit details
    Browse the repository at this point in the history