Skip to content

Replace valloc() usages in portable code #405

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

Merged
merged 1 commit into from
Nov 5, 2018
Merged

Replace valloc() usages in portable code #405

merged 1 commit into from
Nov 5, 2018

Conversation

adierking
Copy link
Contributor

valloc() is obsolete and 64-bit Android does not provide it at all. When
portability is required, use posix_memalign() instead.

valloc() is obsolete and 64-bit Android does not provide it at all. When
portability is required, use posix_memalign() instead.
@adierking
Copy link
Contributor Author

cc @MadCoder @compnerd

@ktopley-apple
Copy link
Contributor

@swift-ci please test

1 similar comment
@compnerd
Copy link
Member

@swift-ci please test

@compnerd
Copy link
Member

@MadCoder - okay to merge?

@compnerd
Copy link
Member

compnerd commented Nov 5, 2018

@ktopley-apple - okay to merge this as well?

@ktopley-apple ktopley-apple merged commit a736ea7 into swiftlang:master Nov 5, 2018
@adierking adierking deleted the valloc branch December 2, 2018 00:33
rokhinip pushed a commit that referenced this pull request Nov 5, 2021
Replace valloc() usages in portable code

Signed-off-by: Kim Topley <ktopley@apple.com>
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.

4 participants