File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ For a step-by-step guide about how to use optimize memory using runtime memory t
24
24
25
25
## Memory tracing example
26
26
27
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/memory_tracing_example/ )] ( https://os.mbed. com/teams/mbed_example/code/memory_tracing_example/file/168ab14e6694 /main.cpp )
27
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Memory_tracing_ex_1/ )] ( https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Memory_tracing_ex_1 /main.cpp )
28
28
29
29
## Related content
30
30
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Find the source of the default callback [here](https://github.com/ARMmbed/mbed-o
44
44
45
45
A simple code example that uses the memory tracer on a K64F board:
46
46
47
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/memory_tracing_example/ )] ( http ://os.mbed. com/teams/mbed_example/code/memory_tracing_example/file/168ab14e6694 /main.cpp)
47
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Memory_tracing_ex_1/ )] ( https ://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Memory_tracing_ex_1 /main.cpp)
48
48
49
49
It outputs the following trace:
50
50
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Heap statistics provide exact information about the number of bytes dynamically
49
49
50
50
### Example program using heap statistics
51
51
52
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/heap_stats_example/ )] ( https://os.mbed. com/teams/mbed_example/code/heap_stats_example/file/c084f1df237e /main.cpp )
52
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Heap_Stats_ex_1/ )] ( https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Heap_Stats_ex_1 /main.cpp )
53
53
54
54
### Side effects of enabling heap statistics
55
55
@@ -99,4 +99,4 @@ Both of these functions return a struct containing the following:
99
99
100
100
### Example program using stack statistics
101
101
102
- [ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed. com/teams/mbed_example/code/stack_stats_example/ )] ( http ://os.mbed. com/teams/mbed_example/code/stack_stats_example/file/539750137652 /main.cpp)
102
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Stack_Stats_ex_1/ )] ( https ://github. com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Stack_Stats_ex_1 /main.cpp)
You can’t perform that action at this time.
0 commit comments