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