summaryrefslogtreecommitdiff
path: root/tests/guile.supp
blob: 9e9b01ba333279b267cabe3988cf34055c7e8cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Guile valgrind suppression file
# Created with Guile 1.8.7

# --- Garbage collection
{
  guilegc
  Memcheck:Cond
  ...
  fun:scm_gc_for_newcell
}
{
  guilegc
  Memcheck:Value4
  ...
  fun:scm_gc_for_newcell
}
{
  guilegc
  Memcheck:Value8
  ...
  fun:scm_gc_for_newcell
}


# -- scm_alloc_struct
{
  guileheap
  Memcheck:Leak
  ...
  fun:scm_alloc_struct
}