Skip to content

Commit 5c8c7c3

Browse files
author
Amanda Butler
authored
Copy edit MbedStats.md
Copy edit added note.
1 parent bb3f709 commit 5c8c7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/platform/MbedStats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can use memory statistics functions to capture heap usage, cumulative stack
99
- `MBED_HEAP_STATS_ENABLED`.
1010
- `MBED_STACK_STATS_ENABLED`.
1111

12-
@Note: Overhead of 8 bytes is added with each memory allocation call `malloc` or `calloc` when heap memory statistics are enabled.
12+
<span class="notes">**Note:** Each `malloc` or `calloc` memory allocation call adds an overhead of 8 bytes when heap memory statistics are enabled.</span>
1313

1414
### Thread statistics
1515

0 commit comments

Comments
 (0)