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

Make sure to align pointers in alloc_layout_slow #45

Merged
merged 1 commit into from
Nov 7, 2019

Commits on Nov 7, 2019

  1. Make sure to align pointers in alloc_layout_slow

    We didn't used to need to align pointers in `alloc_layout_slow` when we were
    bumping upwards, since we made sure that the chunk itself had the proper
    alignment, and we were using the start of the chunk for this allocation. Now
    that we are bumping downwards, we need to round down to the proper alignment.
    
    Fixes #43
    fitzgen committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    60261bd View commit details
    Browse the repository at this point in the history