Skip to content

Commit 95c3a33

Browse files
authored
Add note about heap allocator (#4)
1 parent c45dace commit 95c3a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

render_markdown.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def fmt_row(label: str, key: str, show_pct: bool) -> str:
182182
*rows,
183183
"",
184184
"<sub>FLASH uses app .bin size or json2 flash sum. RAM sums DRAM+IRAM via idf_size. Percentages shown when totals are available.</sub>",
185+
"<sub>DRAM/IRAM usage does not include memory used by the heap allocator at runtime.</sub>",
185186
"<sub>This report was generated by [esp-idf-size-delta](https://github.com/esp-cpp/esp-idf-size-delta).</sub>",
186187
"",
187188
f"<!-- esp-idf-size-delta:{args.app_name} -->",

0 commit comments

Comments
 (0)