about summary refs log tree commit diff
path: root/malloc/tst-aligned-alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* aligned_alloc: conform to C17DJ Delorie2023-05-081-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>