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
The following source code structure is repeated a few times.
… …* p = malloc(…); assertalloc_ptr(p); …
How do you think about to combine it into a function like “aco_malloc” (or “aco_calloc”)?
aco_malloc
aco_calloc
The text was updated successfully, but these errors were encountered:
Thanks Markus for your proposal :D
I would like to add it to the ToDo list and this adjustment will be released with the new API aco_reset in the future v1.3.0.
aco_reset
Sorry, something went wrong.
hnes
No branches or pull requests
The following source code structure is repeated a few times.
How do you think about to combine it into a function like “
aco_malloc
” (or “aco_calloc
”)?The text was updated successfully, but these errors were encountered: