]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 388787 - Support for C++17 new/delete
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 2 Mar 2021 12:32:22 +0000 (13:32 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 2 Mar 2021 12:32:22 +0000 (13:32 +0100)
commite42badd060c789fe712a13d4c3ff8360a44d60f3
tree115d0bac2b1951e94a9d626f20c7e38cc8d7e3d8
parent262ca91cffdcd30c1dfdf04cbea5ab4c61c2905e
Bug 388787 - Support for C++17 new/delete

These over-aligned new and delete operators were added in C++ 17.
24 files changed:
.gitignore
NEWS
configure.ac
coregrind/m_replacemalloc/vg_replace_malloc.c
coregrind/m_scheduler/scheduler.c
coregrind/m_tooliface.c
coregrind/pub_core_replacemalloc.h
coregrind/pub_core_tooliface.h
dhat/dh_main.c
drd/drd_malloc_wrappers.c
helgrind/hg_main.c
include/pub_tool_redir.h
include/pub_tool_tooliface.h
massif/ms_main.c
memcheck/mc_include.h
memcheck/mc_main.c
memcheck/mc_malloc_wrappers.c
memcheck/tests/Makefile.am
memcheck/tests/cxx17_aligned_new.cpp [new file with mode: 0644]
memcheck/tests/cxx17_aligned_new.stderr.exp [new file with mode: 0644]
memcheck/tests/cxx17_aligned_new.stderr.exp_32 [new file with mode: 0644]
memcheck/tests/cxx17_aligned_new.stdout.exp [new file with mode: 0644]
memcheck/tests/cxx17_aligned_new.vgtest [new file with mode: 0644]
memcheck/tests/filter_malloc_free [new file with mode: 0755]