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

aalloc_impl is not implemented for Android #127

Closed
yrHeTaTeJlb opened this issue Sep 16, 2023 · 2 comments
Closed

aalloc_impl is not implemented for Android #127

yrHeTaTeJlb opened this issue Sep 16, 2023 · 2 comments

Comments

@yrHeTaTeJlb
Copy link

C4_NOT_IMPLEMENTED_MSG("need to implement an aligned allocation for this platform");

Maybe posix_memalign is availabe for android? Or for C++17 users std::aligned_alloc can work out?

@biojppm
Copy link
Owner

biojppm commented Sep 16, 2023

Maybe, I'm not sure. PR welcome. Whatever it is, it should support C++11 though.

@biojppm
Copy link
Owner

biojppm commented Apr 19, 2024

@yrHeTaTeJlb I guess this can be closed?

@biojppm biojppm closed this as completed Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants