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