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

OOM handling changes #50880

Merged
merged 2 commits into from May 30, 2018
Merged

OOM handling changes #50880

merged 2 commits into from May 30, 2018

Commits on May 29, 2018

  1. Pass a Layout to oom

    As discussed in
    rust-lang#49668 (comment)
    and subsequent, there are use-cases where the OOM handler needs to know
    the size of the allocation that failed. The alignment might also be a
    cause for allocation failure, so providing it as well can be useful.
    glandium committed May 29, 2018
    Configuration menu
    Copy the full SHA
    0f4ef00 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    a4d899b View commit details
    Browse the repository at this point in the history