]> SALOME platform Git repositories - tools/medcoupling.git/blob - resources/dev/mc_suppr_valgrind
Salome HOME
bos #42837: shape recognition - ensure compilation on different os
[tools/medcoupling.git] / resources / dev / mc_suppr_valgrind
1 #
2 # SWIG suppressions for MEDCoupling
3 #
4
5 {
6    <insert_a_suppression_name_here>
7    Memcheck:Leak
8    fun:*alloc
9    ...
10    fun:cfunction_vectorcall_FASTCALL
11 }
12
13 {
14    <insert_a_suppression_name_here>
15    Memcheck:Leak
16    fun:*alloc
17    ...
18    fun:cfunction_vectorcall_FASTCALL_KEYWORDS
19 }
20
21 {
22    <insert_a_suppression_name_here>
23    Memcheck:Leak
24    fun:*alloc
25    ...
26    fun:*PyImport_ImportModule*
27 }
28
29 {
30    <insert_a_suppression_name_here>
31    Memcheck:Leak
32    fun:*alloc
33    ...
34    fun:*PyObject_FastCallDict*
35 }
36
37 {
38    <insert_a_suppression_name_here>
39    Memcheck:Leak
40    fun:*alloc
41    ...
42    fun:*PyObject_CallFunctionObjArgs*
43 }
44
45 {
46    <insert_a_suppression_name_here>
47    Memcheck:Leak
48    fun:*alloc
49    ...
50    fun:*ufunc_generic_fastcall*
51 }
52
53 {
54    <eval_vec>
55    Memcheck:Leak
56    fun:*alloc
57    ...
58    fun:_PyObject_*alloc*
59    ...
60    fun:PyList_New
61    ...
62    fun:_PyEval_EvalFrameDefault
63 }
64
65
66 {
67    <eval_vec2>
68    Memcheck:Leak
69    fun:*alloc
70    ...
71    fun:POINTER
72    fun:cfunction_vectorcall_O
73    ...
74    fun:_PyEval_Vector
75 }
76
77 {
78    <insert_a_suppression_name_here>
79    Memcheck:Leak
80    fun:*alloc
81    ...
82    fun:_PyObject_GenericSetAttrWithDict
83 }
84
85 {
86    <insert_a_suppression_name_here>
87    Memcheck:Leak
88    fun:*alloc
89    ...
90    fun:unicode_decode_utf8
91 }
92
93 {
94    <malloc>
95    Memcheck:Leak
96    fun:malloc
97    ...
98    fun:*PyObject_Malloc*
99 }
100
101 {
102    <realloc_unicode>
103    Memcheck:Leak
104    fun:*alloc
105    ...
106    fun:*PyUnicode_*
107 }
108
109 {
110    <swig_py_client_data>
111    Memcheck:Leak
112    match-leak-kinds: definite
113    fun:malloc
114    fun:SwigPyClientData_New
115 }
116
117 {
118    <dic2>
119    Memcheck:Leak
120    fun:malloc
121    ...
122    fun:*PyDict_*
123 }
124
125 {
126    <py_gc>
127    Memcheck:Leak
128    fun:realloc
129    fun:_PyObject_GC_Resize
130 }
131 {
132    <call>
133    Memcheck:Leak
134    fun:malloc
135    ...
136    fun:PyObject_Call
137 }
138 {
139    <load_mod>
140    Memcheck:Leak
141    fun:*alloc
142    ...
143    fun:_PyImport_LoadDynamicModule
144 }
145
146 {
147    <load_mod>
148    Memcheck:Leak
149    fun:*alloc
150    ...
151    fun:*PyInit*
152 }
153
154 {
155    <raise_excep>
156    Memcheck:Leak
157    fun:*alloc
158    ...
159    fun:_dl_catch_exception
160 }
161