Update version to 0.16
[ust.git] / libustinstr-malloc / README
CommitLineData
7066ec32
PMF
1libustinstr-malloc is used for instrumenting calls to malloc(3) in a program,
2without need for recompiling it.
94e959f0 3
7066ec32
PMF
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().
94e959f0
PMF
8
9See the "run" script for a usage example.
This page took 0.033962 seconds and 4 git commands to generate.