Archived
1
0
This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
so_long/MacroLibX/valgrind.supp

102 lines
848 B
Plaintext
Raw Permalink Normal View History

2024-01-12 11:25:48 +01:00
{
2024-01-06 17:17:52 +01:00
name
Memcheck:Leak
2024-01-19 15:41:43 +01:00
fun:*
...
obj:*libmlx*
...
}
{
name
Memcheck:Cond
fun:*
...
obj:*libmlx*
...
}
{
name
Memcheck:Value8
fun:*
...
obj:*libmlx*
...
}
{
name
Memcheck:Addr4
fun:*
2024-01-06 17:17:52 +01:00
...
obj:*libmlx*
...
}
{
name
Memcheck:Leak
2024-01-19 15:41:43 +01:00
fun:*
2024-01-06 17:17:52 +01:00
...
obj:*SDL*
...
}
{
name
Memcheck:Leak
2024-01-19 15:41:43 +01:00
fun:*
2024-01-06 17:17:52 +01:00
...
obj:*X11*
...
}
{
name
Memcheck:Leak
2024-01-19 15:41:43 +01:00
fun:*
2024-01-06 17:17:52 +01:00
...
obj:*nvidia.so*
2024-01-06 17:17:52 +01:00
...
}
2024-01-12 11:25:48 +01:00
{
name
Memcheck:Leak
2024-01-19 15:41:43 +01:00
fun:*
2024-01-12 11:25:48 +01:00
obj:*
...
fun:X11*
...
2024-01-12 11:25:48 +01:00
}
{
name
Memcheck:Leak
fun:*alloc
2024-01-12 11:25:48 +01:00
obj:*
...
fun:SDL*
...
2024-01-12 11:25:48 +01:00
}
{
name
Memcheck:Leak
2024-01-19 15:41:43 +01:00
fun:*
2024-01-12 11:25:48 +01:00
obj:*
...
2024-01-19 15:41:43 +01:00
fun:_dl_*
...
2024-01-12 11:25:48 +01:00
}
{
name
2024-01-19 15:41:43 +01:00
Memcheck:Leak
fun:*
2024-01-12 11:25:48 +01:00
obj:*
...
fun:dl_*
...
2024-01-12 11:25:48 +01:00
}
{
name
2024-01-19 15:41:43 +01:00
Memcheck:Addr8
fun:*
2024-01-06 17:17:52 +01:00
obj:*
2024-01-19 15:41:43 +01:00
...
fun:dl_*
...
2024-01-06 17:17:52 +01:00
}