Joseph Huber f71b638651
[libcxx] Use aligned_alloc for testing instead of posix_memalign (#101748)
Summary:
The `aligned_alloc` function is the C11 replacement for
`posix_memalign`. We should favor the C standard over the POSIX standard
so more C library implementations can run the tests.
2024-08-15 07:11:31 -05:00
..
2023-05-16 14:30:36 -07:00