Skip to content

Instantly share code, notes, and snippets.

@dougluce
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dougluce/894708c4ea2456b78fd7 to your computer and use it in GitHub Desktop.
Save dougluce/894708c4ea2456b78fd7 to your computer and use it in GitHub Desktop.
Suppression file for yaq.c
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:_platform_memchr$VARIANT$Haswell
fun:__sfvwrite
fun:__vfprintf
fun:__v2printf
fun:__xvprintf
fun:vfprintf_l
fun:printf
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:__Balloc_D2A
fun:__rv_alloc_D2A
fun:__dtoa
fun:__vfprintf
fun:__v2printf
fun:__xvprintf
fun:vfprintf_l
fun:printf
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:__Balloc_D2A
fun:__d2b_D2A
fun:__dtoa
fun:__vfprintf
fun:__v2printf
fun:__xvprintf
fun:vfprintf_l
fun:printf
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:__Balloc_D2A
fun:__d2b_D2A
fun:__dtoa
fun:__vfprintf
fun:__v2printf
fun:__xvprintf
fun:vfprintf_l
fun:printf
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:__smakebuf
fun:__swsetup
fun:__v2printf
fun:__xvprintf
fun:vfprintf_l
fun:printf
fun:main
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment