Skip to content

Commit 8548387

Browse files
author
Amanda Butler
authored
Copy edit MemTrace.md
Copy edit note.
1 parent 5c8c7c3 commit 8548387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/platform/MemTrace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You must enable the `memory-tracing-enabled` setting in the Mbed OS platform con
1616

1717
You can use the `mbed_mem_trace_set_callback` API to set the callback for memory tracing. The callback is invoked every time you call standard allocation functions, such as `malloc`, `realloc`, `calloc` and `free`.
1818

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

2121
For a step-by-step guide about how to use optimize memory using runtime memory tracing, please see our [runtime memory tracing tutorial](/docs/development/tutorials/optimizing.html#runtime-memory-tracing).
2222

0 commit comments

Comments
 (0)