Skip to content

Commit d00991d

Browse files
committed
Updating docs with new struct members
1 parent 4e9ab77 commit d00991d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/tutorials/optimize/memory/runtime_mem_trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Running out of memory is a common problem with resource constrained systems such
44

55
#### Using the memory tracer
66

7-
The memory tracer is not enabled by default. To enable it, you need to enable the **`memory-tracing-enabled`** setting in the Mbed OS platform configuration options. We recommend doing this by add it to your `mbed_app.json`:
7+
The memory tracer is not enabled by default. To enable it, you need to enable the **`memory-tracing-enabled`** setting in the Mbed OS platform configuration options. We recommend doing this by adding it to your `mbed_app.json`:
88

99
```
1010
{

docs/tutorials/optimize/memory/runtime_stats.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +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+
| overhead_size | Overhead added to heap for stats. |
4142

4243

4344
#### Example heap statistics use cases

0 commit comments

Comments
 (0)