|
From: Dmitry A. <dma...@ya...> - 2013-08-21 07:12:49
|
I'm trying to use valgrind --tool=memcheck --trace-malloc=yes in attempt to find inefficient memory allocations and optimize them out. It would be nice to have an option to dump the backtrace for each malloc/realloc/free/etc. call as well. Is there such an option? If not, is it possible to implement something similar in the next version? Thanks, Dmitry |