repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drd: Add a consistency check
[valgrind.git]
/
memcheck
/
tests
/
suppfree.supp
blob
fd4724a97d66c9a5197777f21b598ef931249157
1
{
2
nonmatching1
3
Memcheck:Free
4
fun:free
5
fun:dd
6
fun:ccc
7
fun:bbb
8
fun:aaa
9
fun:main
10
}
11
12
{
13
nonmatching2
14
Memcheck:Free
15
fun:free
16
fun:ddd
17
fun:cc
18
fun:bbb
19
fun:aaa
20
fun:main
21
}
22
23
{
24
nonmatching3
25
Memcheck:Free
26
fun:free
27
fun:ddd
28
fun:ccc
29
fun:xxxxxxxx
30
fun:bbb
31
fun:aaa
32
fun:main
33
}
34
35
{
36
nonmatching4
37
Memcheck:Free
38
fun:free
39
fun:ddd
40
fun:ccc
41
...
42
fun:bbb
43
fun:aaa
44
fun:main
45
fun:nonmatching
46
}
47
48
{
49
nonmatching5
50
Memcheck:Free
51
fun:free
52
fun:ddd
53
obj:nonmatching
54
fun:bbb
55
fun:aaa
56
fun:main
57
}