MemProf

MemProf is a tool for profiling memory usage and finding memory leaks. It can generate a profile showing how much memory has been allocated by each function in a program, and it can scan a program's memory and find blocks that were allocated but are no longer referenced. MemProf does not require you to recompile your programs. Unlike some similar tools, it has has a graphical frontend and is relatively easy to use.

Tags
Licenses

RSS Recent releases

Release Notes: The program has been made functional again. A rewritten profile module with better handling of recursion is implemented. Several features from other branches were integrated, including two new views. Many bugs were fixed.

  •  02 Jul 2005 02:16

    Release Notes: libmemintercept.so was reworked and now works better with C++ and threads. The "Starter malloc size exceeded" bug was fixed. Data structures in the main program were changed to use considerably less memory.

    •  12 Sep 2002 11:25

    No changes have been submitted for this release.

    Screenshot

    Project Spotlight

    Vrapper

    An Eclipse plugin which provides a Vim-like input scheme for text editors.

    Screenshot

    Project Spotlight

    Python bsddb3

    Python bindings for Oracle Berkeley DB.