-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Missing function: aligned_alloc #3689
Labels
C-API-request
Category: API request
Comments
This was referenced May 9, 2024
devnexen
added a commit
to devnexen/libc
that referenced
this issue
May 12, 2024
- linux glibc/musl. - all supported BSD implements it. - apple. - solarish. close rust-lang#3689
devnexen
added a commit
to devnexen/libc
that referenced
this issue
Aug 16, 2024
devnexen
added a commit
to devnexen/libc
that referenced
this issue
Aug 17, 2024
devnexen
added a commit
to devnexen/libc
that referenced
this issue
Aug 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function is part of the C standard. I don't know the full set of targets that support it.
malloc
+ offset -- no idea how they're making sure that you canfree
the resulting pointer)The text was updated successfully, but these errors were encountered: