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