summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:*
+}
+