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
Currently, the repository showcases in three places a posix_memalign() implementation by way of passing the arguments directly through to aligned_alloc().
However, both functions have certain requirements on the inputs that should be validated for each.