Skip to content

Commit 98a2652

Browse files
update readme
1 parent 827236c commit 98a2652

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A tool for tracking memory allocation based ld-preload
1010
* how to use
1111
1212
a simple way is to execute something like below :
13+
1314
LD_PRELOAD=/you_path/libmTrace.so /you_path/application
1415
1516
such as:
@@ -18,7 +19,7 @@ A tool for tracking memory allocation based ld-preload
1819
LD_PRELOAD=../libmTrace.so ./example
1920
```
2021
21-
Run example generate trace log. You can see appliaction invoke malloc/free/new/delete) backtrace.
22+
Run example generate trace log. You can see appliaction invoke malloc/free/new/delete backtrace.
2223
```
2324
...
2425

0 commit comments

Comments
 (0)