mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
32 lines
359 B
Text
32 lines
359 B
Text
|
# 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
|
||
|
}
|