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