From: Paul Floyd Date: Wed, 27 Mar 2024 12:52:02 +0000 (+0100) Subject: Darwin regtest: add suppression for zone memalign X-Git-Tag: VALGRIND_3_23_0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5caadd1f943904e6d00a097069c61993911e4a6a;p=thirdparty%2Fvalgrind.git Darwin regtest: add suppression for zone memalign --- diff --git a/memcheck/tests/posix_memalign_supp.supp b/memcheck/tests/posix_memalign_supp.supp index 9f6b5441c..a38ba23b0 100644 --- a/memcheck/tests/posix_memalign_supp.supp +++ b/memcheck/tests/posix_memalign_supp.supp @@ -12,3 +12,21 @@ fun:posix_memalign fun:main } + +# Darwin uses zones +{ + posix_memalign size + Memcheck:BadSize + fun:malloc_zone_memalign + fun:posix_memalign + fun:main +} + +{ + posix_memalign align + Memcheck:BadAlign + fun:malloc_zone_memalign + fun:posix_memalign + fun:main +} +