|
From: Leon M. <le...@so...> - 2007-04-27 19:03:35
|
Hello, I am currently debugging a very nasty memory leak in my application, in which valgrind seems to be very useful - at least it is able to really assure me that there in fact is a memory leak in my application, and where it is created (std::string). However, in order to actually find out for example which object created the leaked objects, I would love to have access to the actual pointers that were leaked, so I can compare it against my log files, and be able to get a better understanding of what's going on. Any idea whether this is possible, and if so, how ? Thanks in advance! Regards, Leon Mergen |