You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
The only reason we use this crate instead of the in-tree version of alloc_system is because devkitARM doesn't have posix_memalign, so we have to make sure that memalign is chosen instead. I suppose we could just throw a PR at rust-lang and see what happens, but I'm not sure how much they care to make changes to internal implementation details for the benefit of out-of-tree consumers.
The text was updated successfully, but these errors were encountered:
The only reason we use this crate instead of the in-tree version of
alloc_system
is because devkitARM doesn't haveposix_memalign
, so we have to make sure thatmemalign
is chosen instead. I suppose we could just throw a PR at rust-lang and see what happens, but I'm not sure how much they care to make changes to internal implementation details for the benefit of out-of-tree consumers.The text was updated successfully, but these errors were encountered: