Skip to content

Commit c260438

Browse files
committedFeb 21, 2025
Add valgrind suppressions file
1 parent e5a8d05 commit c260438

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎valgrind.supp

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
re_SparseSetT_contains_cond
3+
Memcheck:Cond
4+
fun:_ZNK3re210SparseSetTIvE8containsEi
5+
...
6+
}
7+
{
8+
re_SparseSetT_contains_value8
9+
Memcheck:Value8
10+
fun:_ZNK3re210SparseSetTIvE8containsEi
11+
...
12+
}
13+
{
14+
re2_spartArray_has_index_cond
15+
Memcheck:Cond
16+
fun:_ZNK3re211SparseArrayIPNS_3NFA6ThreadEE9has_indexEi
17+
...
18+
}
19+
{
20+
re2_spartArray_has_index_value8
21+
Memcheck:Value8
22+
fun:_ZNK3re211SparseArrayIPNS_3NFA6ThreadEE9has_indexEi
23+
...
24+
}

0 commit comments

Comments
 (0)
Please sign in to comment.