|
From: Bart V. A. <bar...@gm...> - 2008-03-25 07:26:18
|
On Tue, Mar 25, 2008 at 12:42 AM, Solomon, Bernard <be...@ug...> wrote: > I am not quite sure where I am supposed to post patches. > This is the one removing the excessive checks though of > course other options are possible (check every so often, > have a command line switch etc.) > > I was using 3.3 but SVN seems the same. > > The 64 bit change I'll send separately if this is the > right place to send it. The check_mempool_sane() calls might be very useful to people who are debugging their added memory allocation client requests. Maybe it's better to modify the check_mempool_sane() function itself and to keep the check_mempool_sane() calls. E.g. a command line option could be added to Valgrind that lets the user specify whether or not to let checking happen when check_mempool_sane() is called. Bart. |