Skip to content

Instantly share code, notes, and snippets.

@Hackerpilot
Last active May 1, 2019 09:33
Show Gist options
  • Save Hackerpilot/9ff134fc44940a08b415 to your computer and use it in GitHub Desktop.
Save Hackerpilot/9ff134fc44940a08b415 to your computer and use it in GitHub Desktop.
Valgrind suppression file for the D garbage collector
{
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*
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment