aboutsummaryrefslogtreecommitdiff
path: root/malloc/tst-aligned-alloc.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-05-08aligned_alloc: conform to C17DJ Delorie1-0/+80
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>