|
From: Nicholas N. <nj...@cs...> - 2005-07-21 14:11:16
|
On Wed, 20 Jul 2005, Dennis Lubert wrote: > after looking how to tell valgrind about own memory allocators or mempools, I > found that it looks like I need to insert client requests. Now this is not > always possible, since it needs recompiling and change (maybe not available) > source code. > Now my Idea (and thus the question if this is possible) was to use some > function interception stuff to tell valgrind that those functions allocate > memory? Maybe even with some config files so neither recompilation of > valgrind nor the executable is needed ? It would be nice, but I don't think we have sufficiently powerful function interception/wrapping machinery to do this. N |