Skip to content

Commit 701128a

Browse files
author
Amanda Butler
authored
Merge pull request #700 from deepikabhavnani/fix-1
Corrected overhead
2 parents 4c39b5e + f5de542 commit 701128a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/reference/api/platform/MemTrace.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ 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-
<span class="notes">**Note:** Each `malloc` or `calloc` memory allocation call adds an overhead of 8 bytes when heap memory statistics are enabled.</span>
20-
2119
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).
2220

2321
### Memory tracing functions reference

0 commit comments

Comments
 (0)