Skip to content

Instantly share code, notes, and snippets.

@jwhear
Created August 14, 2019 23:00
Show Gist options
  • Save jwhear/c15eccd18ff9c9fa446a72f484ce9129 to your computer and use it in GitHub Desktop.
Save jwhear/c15eccd18ff9c9fa446a72f484ce9129 to your computer and use it in GitHub Desktop.
Valgrind suppression D GC "leaks"
{
GC1
Memcheck:Cond
fun:_D2gc*
}
{
GC2
Memcheck:Value4
fun:_D2gc2gc*
}
{
GC3
Memcheck:Value8
fun:_D2gc2gc*
}
{
GC4
Memcheck:Leak
match-leak-kinds: definite
fun:*alloc
fun:_D2rt*
}
{
GC5
Memcheck:Value8
fun:_D2gc4gc*
}
{
GC6
Memcheck:Value8
fun:_D2gc4impl*
}
{
D_GC_malloc
Memcheck:Leak
...
fun:gc_malloc
...
}
{
D_RT_malloc
Memcheck:Leak
...
fun:_D2rt4util9container6common7xmallocFNbNimZPv
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment