Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aligned_alloc: Permit alignment values smaller than sizeof(uintptr_t) (…
…#671) posix_memalign() requires alignment values of at least sizeof(uintptr_t), but aligned_alloc() does not. memalign() regressed to require larger alignment in commit 6cbc50f. Fixes #668
- Loading branch information