We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827236c commit 98a2652Copy full SHA for 98a2652
README.md
@@ -10,6 +10,7 @@ A tool for tracking memory allocation based ld-preload
10
* how to use
11
12
a simple way is to execute something like below :
13
+
14
LD_PRELOAD=/you_path/libmTrace.so /you_path/application
15
16
such as:
@@ -18,7 +19,7 @@ A tool for tracking memory allocation based ld-preload
18
19
LD_PRELOAD=../libmTrace.so ./example
20
```
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.
23
24
...
25
0 commit comments