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 caae3e4 commit cecbb93Copy full SHA for cecbb93
mallocTraceBydlsym/readme.md
@@ -0,0 +1,8 @@
1
+# libmallocTrace
2
+
3
+add example by use dlsym to hook malloc
4
5
+such as :
6
+```
7
+glibc_malloc = dlsym(RTLD_NEXT, "malloc");
8
parse/readme.md
@@ -0,0 +1,12 @@
+# Parse tool
+pid_xxx_trace.log is a log generated by mallocTrace.
+parse.sh can It can analyze the log and find the memory that has not been released
9
+how to use :
10
11
+./run.sh
12
0 commit comments