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

[6.0] Check for aligned_alloc() and use posix_memalign() instead on platforms that don't have it #827

Open
wants to merge 1 commit into
base: release/6.0
Choose a base branch
from

Conversation

finagolfin
Copy link
Contributor

Explanation: Android before API 28 didn't have aligned_alloc(), so this simply brings back the code that was replaced in #805 for platforms like that.

Scope: Three small changes to bring back previously working code, where needed

Issue: None

Original PR: #811

Risk: None, this just brings back working code for a few platforms

Testing: Passed all CI on trunk, plus on my daily Android CI

Reviewer: @compnerd

…tforms, like Android before API 28, that didn't have it
@finagolfin
Copy link
Contributor Author

Hold off on this, may need to pull in #826 too.

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.

None yet

1 participant