aboutsummaryrefslogtreecommitdiffstats
path: root/valgrind.suppress
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind.suppress')
-rw-r--r--valgrind.suppress39
1 files changed, 39 insertions, 0 deletions
diff --git a/valgrind.suppress b/valgrind.suppress
new file mode 100644
index 0000000000..bf5710ec36
--- /dev/null
+++ b/valgrind.suppress
@@ -0,0 +1,39 @@
+{
+ vtable-alloc-gen
+ Memcheck:Leak
+ fun:*alloc
+ ...
+ fun:yycompile
+}
+
+{
+ set_default_internal
+ Memcheck:Leak
+ fun:*alloc
+ ...
+ fun:set_default_internal
+}
+
+{
+ rb_method_entry_make
+ Memcheck:Leak
+ fun:calloc
+ ...
+ fun:method_definition_create
+}
+
+{
+ ruby_init_setproctitle
+ Memcheck:Leak
+ fun:calloc
+ ...
+ fun:ruby_init_setproctitle
+}
+
+{
+ tracepoint_new
+ Memcheck:Leak
+ fun:*alloc
+ ...
+ fun:tracepoint_new
+}