8000 at3_standalone: Make all allocations aligned. by hrydgard · Pull Request #20162 · hrydgard/ppsspp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

at3_standalone: Make all allocations aligned. #20162

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

Merged
merged 1 commit into from
Mar 26, 2025
Merged

Conversation

hrydgard
Copy link
Owner
@hrydgard hrydgard commented Mar 26, 2025

Also replaces av_realloc with regular realloc, as there's no aligned_realloc and pointers are not compatible with regular free.

Fixes #20155

Replace av_realloc with regular realloc, as there's no aligned_realloc
and pointers are not compatible with regular free.
@hrydgard hrydgard merged commit fed7c65 into master Mar 26, 2025
19 checks passed
@hrydgard hrydgard deleted the align-av-malloc branch March 26, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0