Skip to content
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

Use C11 aligned_alloc Directly #278

Closed
insertinterestingnamehere opened this issue Sep 16, 2024 · 1 comment
Closed

Use C11 aligned_alloc Directly #278

insertinterestingnamehere opened this issue Sep 16, 2024 · 1 comment

Comments

@insertinterestingnamehere
Copy link
Collaborator

We currently have internal routines for aligned allocations (e.g. qt_internal_aligned_alloc). This functionality is is provided by the C11 standard so we should use it instead of maintaining our own.

insertinterestingnamehere added a commit to insertinterestingnamehere/qthreads that referenced this issue Sep 16, 2024
insertinterestingnamehere added a commit to insertinterestingnamehere/qthreads that referenced this issue Sep 16, 2024
@insertinterestingnamehere
Copy link
Collaborator Author

Fixed in #277.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant