summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Cohen <bencoh@notk.org>2015-05-12 14:30:44 +0200
committerBenjamin Cohen <bencoh@notk.org>2015-05-20 16:06:06 +0200
commit2d4f1306fdf5af90595106099222bd87208e90d6 (patch)
treea946b879057a9673c53c9673ffa3618b572ab90c
parentee9e0829ddad1f020eb5240276b25dbda6d4dd38 (diff)
valgrind_osx: malloc/init__zone suppressionsHEADmaster
-rw-r--r--tests/valgrind_osx.supp22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/valgrind_osx.supp b/tests/valgrind_osx.supp
index eced505..70cdd45 100644
--- a/tests/valgrind_osx.supp
+++ b/tests/valgrind_osx.supp
@@ -7,3 +7,25 @@
fun:posix_memalign
obj:*
}
+
+{
+ osx_init__zone0_leak1
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:malloc_set_zone_name
+ fun:init__zone0
+ fun:setenv
+ obj:*
+}
+
+{
+ osx_init__zone0_leak2
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:malloc_set_zone_name
+ fun:_malloc_initialize
+ fun:malloc_create_zone
+ fun:init__zone0
+ obj:*
+}
+