|
From: Dennis L. <pla...@in...> - 2005-07-20 12:34:19
|
Hi, 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 ? greets Dennis Carpe quod tibi datum est |