source:
trunk/src/kmk/tests/guile.supp
Last change on this file was 3140, checked in by , 7 years ago | |
---|---|
|
|
File size: 359 bytes |
Rev | Line | |
---|---|---|
[3138] | 1 | # Guile valgrind suppression file |
2 | # Created with Guile 1.8.7 | |
3 | ||
4 | # --- Garbage collection | |
5 | { | |
6 | guilegc | |
7 | Memcheck:Cond | |
8 | ... | |
9 | fun:scm_gc_for_newcell | |
10 | } | |
11 | { | |
12 | guilegc | |
13 | Memcheck:Value4 | |
14 | ... | |
15 | fun:scm_gc_for_newcell | |
16 | } | |
17 | { | |
18 | guilegc | |
19 | Memcheck:Value8 | |
20 | ... | |
21 | fun:scm_gc_for_newcell | |
22 | } | |
23 | ||
24 | ||
25 | # -- scm_alloc_struct | |
26 | { | |
27 | guileheap | |
28 | Memcheck:Leak | |
29 | ... | |
30 | fun:scm_alloc_struct | |
31 | } |
Note:
See TracBrowser
for help on using the repository browser.