|
From: Nicholas N. <nj...@cs...> - 2005-08-11 13:25:47
|
On Thu, 11 Aug 2005, Yeshurun, Meir wrote: > The purpose of all this is to achieve what the VALGRIND_MALLOCLIKE_BLOCK > macros and friends are supposed to achieve, but without having to touch > the target program and libraries. (Modifying and recompiling Valgrind is > easier, thanks to you guys :) Urk... don't be surprised if this doesn't work in future versions of Valgrind. Relying on internal details like that is pretty gross. N |