Skip to content

Commit 6427bd4

Browse files
author
Amanda Butler
authored
Add content to runtime_stats.md
Add content from #771
1 parent f1c2339 commit 6427bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/optimize/memory/runtime_stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Heap statistics provide exact information about the number of bytes dynamically
3838
| reserved_size | Current number of bytes allocated for the heap. |
3939
| alloc_cnt | Current number of allocations. |
4040
| alloc_fail_cnt | Number of failed allocations. |
41-
41+
| overhead_size | Overhead added to heap for stats. |
4242

4343
#### Example heap statistics use cases
4444

0 commit comments

Comments
 (0)