https://github.com/root-project/root
Raw File
Tip revision: 678133136fc214f5da9695c362eaf02a4bdff99e authored by Axel Naumann on 10 June 2020, 06:09:26 UTC
"Update ROOT version files to v6.20/06."
Tip revision: 6781331
valgrind-root-python.supp
{
   a
   Memcheck:Addr4
   fun:PyObject_Free
}
{
   b
   Memcheck:Cond
   fun:PyObject_Free
}
{
   c
   Memcheck:Value8
   fun:PyObject_Free
}
{
   d
   Memcheck:Addr4
   fun:PyObject_Realloc
}
{
   e
   Memcheck:Cond
   fun:PyObject_Realloc
}
{
   f
   Memcheck:Value8
   fun:PyObject_Realloc
}

######### PyROOT intentionally not freed memory

{
   DataMember
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   ...
   fun:_ZN5Cppyy17GetDatamemberNameEll
}

{
   Scope name
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   ...
   fun:_ZL19BuildScopeProxyDictlP7_object
   fun:_ZN6PyROOT16CreateScopeProxyERKSsP7_object
}

{
   Scope pythonize
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   ...
   fun:_ZN6PyROOT9PythonizeEP7_objectRKSs
   fun:_ZN6PyROOT16CreateScopeProxyERKSsP7_object
}

{
   Scope pythonize
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   ...
   fun:_ZN6PyROOT9PythonizeEP7_objectRKSs
   fun:_ZN6PyROOT16CreateScopeProxyERKSsP7_object
}

{
   Convert arguments.
   Memcheck:Leak
   match-leak-kinds: possible
   fun:_Znwm
   ...
   fun:_ZN6PyROOT17TCStringConverter6SetArgEP7_objectRNS_10TParameterEPNS_12TCallContextE
   fun:_ZN6PyROOT13TMethodHolder17ConvertAndSetArgsEP7_objectPNS_12TCallContextE
}

{
   Python GC
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:PyObject_Realloc
   fun:_PyObject_GC_Resize
}

{
   Python variable
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:_PyObject_GC_Malloc
   fun:_PyObject_GC_NewVar
}

back to top