]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Implement and override mallinfo2 master
authorMartin Cermak <mcermak@redhat.com>
Fri, 18 Jul 2025 15:11:49 +0000 (17:11 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 31 Jul 2025 11:10:41 +0000 (13:10 +0200)
commitab551753fad6a87acbb8a87a80ed5f5578bfd29c
tree041a7450f102b18b7873280c10fdc2267adf6ec2
parentbc66a6e865d952ac51ffb0e63c127ce7cd977b98
Implement and override mallinfo2

Implement and override mallinfo2.  Add a testcase covering mallinfo2.
Exclude irrelevant LTP tests trying to cover mallinfo2.

https://bugs.kde.org/show_bug.cgi?id=506967
13 files changed:
.gitignore
NEWS
auxprogs/ltp-excludes.txt
configure.ac
coregrind/m_mallocfree.c
coregrind/m_replacemalloc/vg_replace_malloc.c
coregrind/m_scheduler/scheduler.c
coregrind/pub_core_mallocfree.h
coregrind/pub_core_replacemalloc.h
memcheck/tests/Makefile.am
memcheck/tests/mallinfo2.c [new file with mode: 0644]
memcheck/tests/mallinfo2.stderr.exp [new file with mode: 0644]
memcheck/tests/mallinfo2.vgtest [new file with mode: 0644]