Memory Fragmentation Profiler

Viewed 9141

Are there any good memory fragmentation profilers? (linux gcc version would be nice). Valgrind cannot analyze this because it uses custom malloc/free functions.

Thanks, Andrew

4 Answers
Related