aboutsummaryrefslogtreecommitdiffstats
path: root/malloc/tst-aligned-alloc-static.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aligned_alloc: conform to C17DJ Delorie2023-05-081-0/+1
This patch adds the strict checking for power-of-two alignments in aligned_alloc(), and updates the manual accordingly. Reviewed-by: Carlos O'Donell <carlos@redhat.com>