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 0f8fb66 commit 56b2c76Copy full SHA for 56b2c76
config/check_vanilla_allocations.py
@@ -113,7 +113,7 @@ def main():
113
# js/src/libjs_static.a:Utility.o: U malloc
114
# js/src/libjs_static.a:Utility.o: 00000000000007e0 T js::SetSourceOptions(...)
115
#
116
- nm_line_re = re.compile(r"([^:/ ]+):\s+[0-9a-fA-F]*\s+([TU]) (.*)")
+ nm_line_re = re.compile(r"([^:/ ]+):\s*[0-9a-fA-F]*\s+([TU]) (.*)")
117
alloc_fns_re = re.compile(r"|".join(alloc_fns))
118
119
# This tracks which allocation/free functions have been seen.
0 commit comments