Update version to 0.16
[ust.git] / libustinstr-malloc / README
index 333a01e6916bebadfe0d713945dbb28a2e3bbc91..c58a7e6a4003c373b32c074e8c727196139b2c1f 100644 (file)
@@ -1,8 +1,9 @@
-libmallocwrap is used for instrumenting calls to malloc(3) in a program, without
-need for recompiling it.
+libustinstr-malloc is used for instrumenting calls to malloc(3) in a program,
+without need for recompiling it.
 
-libmallocwrap defines a malloc() function that is instrumented with a marker. It
-also calls the libc malloc afterwards. When loaded with LD_PRELOAD, it replaces
-the libc malloc() function, in effect instrumenting all calls to malloc().
+libustinstr-malloc defines a malloc() function that is instrumented with a
+marker. It also calls the libc malloc afterwards. When loaded with LD_PRELOAD,
+it replaces the libc malloc() function, in effect instrumenting all calls to
+malloc().
 
 See the "run" script for a usage example.
This page took 0.024883 seconds and 4 git commands to generate.