Skip to content

Commit b6723a2

Browse files
committed
foo
1 parent d6740e2 commit b6723a2

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

etc/boehm-gc.suppressions

+42
Original file line numberDiff line numberDiff line change
@@ -5226,3 +5226,45 @@
52265226
fun:pvm_make_box
52275227
fun:pvm_make_type
52285228
}
5229+
{
5230+
<insert_a_suppression_name_here>
5231+
Memcheck:Cond
5232+
...
5233+
fun:pvm_alloc_initialize
5234+
fun:pvm_init
5235+
fun:initialize
5236+
fun:main
5237+
}
5238+
{
5239+
<insert_a_suppression_name_here>
5240+
Memcheck:Value8
5241+
...
5242+
fun:pvm_alloc_initialize
5243+
fun:pvm_init
5244+
fun:initialize
5245+
fun:main
5246+
}
5247+
{
5248+
<insert_a_suppression_name_here>
5249+
Memcheck:Value8
5250+
...
5251+
fun:pvm_alloc
5252+
}
5253+
{
5254+
<insert_a_suppression_name_here>
5255+
Memcheck:Cond
5256+
...
5257+
fun:pvm_alloc
5258+
}
5259+
{
5260+
<insert_a_suppression_name_here>
5261+
Memcheck:Value8
5262+
...
5263+
fun:GC_core_malloc
5264+
}
5265+
{
5266+
<insert_a_suppression_name_here>
5267+
Memcheck:Cond
5268+
...
5269+
fun:GC_core_malloc
5270+
}

0 commit comments

Comments
 (0)