mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
* Update the Valgrind suppressions for ATerm 2.5.
This commit is contained in:
parent
24035b98b1
commit
966ffb29a7
1 changed files with 32 additions and 0 deletions
|
@ -115,3 +115,35 @@
|
||||||
fun:*
|
fun:*
|
||||||
fun:AT_collect
|
fun:AT_collect
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ATerm library conservatively scans for GC roots
|
||||||
|
Memcheck:Value4
|
||||||
|
fun:*
|
||||||
|
fun:*
|
||||||
|
fun:mark_phase
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ATerm library conservatively scans for GC roots
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:*
|
||||||
|
fun:*
|
||||||
|
fun:mark_phase
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ATerm library conservatively scans for GC roots
|
||||||
|
Memcheck:Value4
|
||||||
|
fun:*
|
||||||
|
fun:*
|
||||||
|
fun:mark_phase_young
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ATerm library conservatively scans for GC roots
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:*
|
||||||
|
fun:*
|
||||||
|
fun:mark_phase_young
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue