Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f378513 commit cb9ab74Copy full SHA for cb9ab74
Tools/c-analyzer/cpython/_files.py
@@ -9,6 +9,7 @@
9
# Technically, this is covered by "Include/*.h":
10
#'Include/cpython/*.h',
11
'Include/internal/*.h',
12
+ 'Include/mimalloc/**/*.h',
13
'Modules/**/*.h',
14
'Modules/**/*.c',
15
'Objects/**/*.h',
Tools/c-analyzer/cpython/_parser.py
@@ -89,6 +89,11 @@ def clean_lines(text):
89
# not actually source
90
Python/bytecodes.c
91
92
+# mimalloc
93
+Objects/mimalloc/*.c
94
+Include/mimalloc/*.h
95
+Include/mimalloc/mimalloc/*.h
96
+
97
# @end=conf@
98
''')
99
@@ -109,6 +114,7 @@ def clean_lines(text):
109
114
* .
110
115
* ./Include
111
116
* ./Include/internal
117
+* ./Include/mimalloc
112
118
113
119
Modules/_decimal/**/*.c Modules/_decimal/libmpdec
120
Modules/_elementtree.c Modules/expat
0 commit comments