Manpages ccmallocSection: User Manuals (1)Updated: AUGUST 2001 Index Return to Main Contents NAMEccmalloc - Link C++ object files with ccmalloc debugging librarySYNOPSISccmalloc link lineDESCRIPTIONccmalloc is a script that compiles object files from C++ code with the ccmalloc library. The resulting code can be profiled for memory leaks and other bad practices.
A typical project build might look like this:
Now you just have to replace the linking command with
You should copy /usr/share/doc/ccmalloc/examples/ccmalloc.cfg to .ccmalloc in your project directory and read it carefully. Don't forget the -g compiler flag if you plan to use a debugger. SEE ALSO/usr/share/doc/ccmalloc/examples/ccmalloc.cfg[.gz]AUTHORArmin Biere (manual page by Steve Robbins <smr@debian.org>)
IndexThis document was created by man2html, using the manual pages. Time: 00:51:01 GMT, July 04, 2025 |