initial commit

This commit is contained in:
2026-06-08 01:14:26 +05:00
commit 30724de4d8
19 changed files with 781 additions and 0 deletions

29
valgrind_ignore.supp Normal file
View File

@@ -0,0 +1,29 @@
{
coreclr_all_leaks
Memcheck:Leak
match-leak-kinds: all
...
obj:*libcoreclr.so*
}
{
coreclr_cond
Memcheck:Cond
...
obj:*libcoreclr.so*
}
{
libsystem_all_leaks
Memcheck:Leak
match-leak-kinds: all
...
obj:*libSystem.*.so*
}
{
dlopen_leak
Memcheck:Leak
match-leak-kinds: reachable
...
fun:_dl_open
...
}