]> Savannah Git Hosting - gnulib.git/commit
aligned-malloc: Optionally use aligned_alloc.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Jul 2020 16:09:35 +0000 (18:09 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Jul 2020 16:20:01 +0000 (18:20 +0200)
commitac34618e85013bfec4650f02e8e79c5de6d80fb3
tree2c0b5c6b04ab1f28aef3c978ab71ed147a69d473
parentfd8403522f26c5dca64fcc29bcf4c6b4c5b08335
aligned-malloc: Optionally use aligned_alloc.

* 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'.
ChangeLog
doc/posix-functions/aligned_alloc.texi
lib/aligned-malloc.h
modules/aligned-malloc