-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this issue
Nov 18, 2024
close rust-lang#3689 (backport <rust-lang#3843>) (cherry picked from commit f136b30)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this issue
Nov 18, 2024
close rust-lang#3689 (backport <rust-lang#3843>) (cherry picked from commit f136b30)
# for free
to join this conversation on GitHub.
Already have an account?
# 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: