We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
calloc.allocate and malloc.allocate ignoring the alignment argument without any further warning nor is this non conformance documented
calloc.allocate
malloc.allocate
alignment
The text was updated successfully, but these errors were encountered:
I thought we already had an issue tracking this.
This is currently blocked by missing the feature in the Dart SDK, it's not passing alignment:
Sorry, something went wrong.
@wiomoc Do you have a specific type that requires more alignment than that it is getting? (Then we can add it as a test when addressing this. 👌 )
No branches or pull requests
calloc.allocate
andmalloc.allocate
ignoring thealignment
argument without any further warning nor is this non conformance documentedThe text was updated successfully, but these errors were encountered: