]> sourceware.org Git - valgrind.git/commit
Make aligned_alloc behave more like the underlying platform aligned_alloc
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 5 Mar 2023 14:25:51 +0000 (15:25 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 5 Mar 2023 14:25:51 +0000 (15:25 +0100)
commitfd20bb9c67f180e9e22b9b1694b3530c772ff73d
treed92e82f23393f310f02b260866ed57ddb321aa79
parentcb7adf4a9eaa06951afd8a066df3da6fcc095e5b
Make aligned_alloc behave more like the underlying platform aligned_alloc

This is the third part of
Bug 466104 aligned_alloc problems, part 1

Shouldn't affect Linux glibc.
16 files changed:
.gitignore
coregrind/m_replacemalloc/vg_replace_malloc.c
memcheck/tests/darwin/Makefile.am
memcheck/tests/darwin/aligned_alloc.c [new file with mode: 0644]
memcheck/tests/darwin/aligned_alloc.stderr.exp [new file with mode: 0644]
memcheck/tests/darwin/aligned_alloc.vgtest [new file with mode: 0644]
memcheck/tests/freebsd/errno_aligned_allocs.c
memcheck/tests/freebsd/errno_aligned_allocs.stderr.exp
memcheck/tests/linux/Makefile.am
memcheck/tests/linux/aligned_alloc.c [new file with mode: 0644]
memcheck/tests/linux/aligned_alloc.stderr.exp [new file with mode: 0644]
memcheck/tests/linux/aligned_alloc.vgtest [new file with mode: 0644]
memcheck/tests/solaris/Makefile.am
memcheck/tests/solaris/aligned_alloc.c [new file with mode: 0644]
memcheck/tests/solaris/aligned_alloc.stderr.exp [new file with mode: 0644]
memcheck/tests/solaris/aligned_alloc.vgtest [new file with mode: 0644]
This page took 0.035108 seconds and 5 git commands to generate.