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

implement and test posix_memalign #632

Merged
merged 2 commits into from
Feb 13, 2019
Merged

Conversation

RalfJung
Copy link
Member

No description provided.

@RalfJung
Copy link
Member Author

sigh of course things are bad on Windows. There is no aligned allocation API so libstd does it itself. That doesn't work in Miri because it depends on the base address.

I am just going to not test this new stuff on Windows.

@RalfJung RalfJung merged commit 39275ab into rust-lang:master Feb 13, 2019
@RalfJung RalfJung deleted the memalign branch March 26, 2019 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants