MemProf 0.5.1 released



What is MemProf? 
================ 

MemProf is a tool for profiling memory usage and finding memory leaks.
Its two major features are: 

- It can generate a profile of which functions in your program have
allocated memory, and how much was allocated by each function and by the
functions it calls. 

- It can scan memory and find memory blocks that you've allocated but
are no longer referenced anywhere. 

MemProf works by pre-loading a library to override the C library's
memory allocation functions and does not require you to recompile your
program. 

One advantage MemProf has over some other similar tools that are
available is that it has a nice GUI frontend and is relatively easy to
use. 


Availability 
============ 

You can download MemProf at: 

ftp://ftp.gnome.org/pub/gnome/2.0.1/sources/memprof/

For more information, visit the MemProf website: 

http://people.redhat.com/otaylor/memprof/


Overview of changes in MemProf 0.5.1
====================================

* Redo memintercept.so initialization to fix "Starter malloc size
exceeded" C++ problem [Owen Taylor]
* Miscellaneous memintercept.so fixes [Owen]
* Use less memory for storing backtraces [Owen]
* UI tweaks [Kristian Rietveld]
* Various bug fixes [Soeren Sandmann, Gustavo Giraldez, Alexander
Larsson, Art Haas]
* New and updated translations:
        - pl (GNOME PL Team)
        - sv (Christian Rose)
        - de (Christian Neumair)
        - da (Ole Laursen)
        - es (Pablo Gonzalo del Campo)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]