summaryrefslogtreecommitdiff
path: root/modules/aligned-malloc
Commit message (Collapse)AuthorAgeFilesLines
* aligned-malloc: Use fixes from the new modules.Bruno Haible2020-11-041-1/+4
| | | | | | * modules/aligned-malloc (Depends-on): Add posix_memalign, aligned_alloc, memalign. (configure.ac): Use AC_CHECK_FUNCS_ONCE.
* aligned-malloc: Optionally use aligned_alloc.Bruno Haible2020-07-211-1/+1
| | | | | | | | * lib/aligned-malloc.h: Verify the alignment. (aligned_malloc): Use aligned_alloc as an alternative. * modules/aligned-malloc (configure.ac): Test for aligned_alloc. * doc/posix-functions/aligned_alloc.texi: Mention the modules 'aligned-malloc' and 'pagealign_alloc'.
* aligned-malloc: New module.Bruno Haible2020-07-211-0/+25
* lib/aligned-malloc.h: New file. * m4/malloc-align.m4: New file. * modules/aligned-malloc: New file. * doc/posix-functions/posix_memalign.texi: Mention the new module. * doc/glibc-functions/memalign.texi: Likewise.