solaris: aligned allocation issues
commita821780d8ccbf4a1ade369d838d52486ec1571a2
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 23 Apr 2023 11:51:37 +0000 (23 13:51 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 23 Apr 2023 11:51:37 +0000 (23 13:51 +0200)
tree354c9f6710e899490e812130d06cb53f67a4d219
parent83602059684aaf92e5ac701ca4e79fe44e3d6a00
solaris: aligned allocation issues

Solaris 11.3 doesn't have aligned_alloc - add a configure time test
memalign does not accept either a size or an alignment of zero
configure.ac
coregrind/m_replacemalloc/vg_replace_malloc.c
memcheck/tests/Makefile.am
memcheck/tests/cxx17_aligned_new.stderr.exp-solaris [new file with mode: 0644]
memcheck/tests/memalign_args.c
memcheck/tests/memalign_args.stderr.exp-darwin [new file with mode: 0644]
memcheck/tests/solaris/aligned_alloc.c