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 32a9a8b commit c223ac9Copy full SHA for c223ac9
tools/memap.py
@@ -76,7 +76,7 @@ def module_add(self, object_name, size, section):
76
return
77
78
obj_split = sep + basename(object_name)
79
- for module_path, contents in list(self.modules.items()):
+ for module_path, contents in self.modules.items():
80
if module_path.endswith(obj_split) or module_path == object_name:
81
contents.setdefault(section, 0)
82
contents[section] += size
0 commit comments