]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #2175: Update valgrind support for valgrind-3.3.0
authorhno <>
Mon, 7 Jan 2008 22:47:08 +0000 (22:47 +0000)
committerhno <>
Mon, 7 Jan 2008 22:47:08 +0000 (22:47 +0000)
commit68d4f9d3d8c2cb18e4f420c77f39b6ca8894ac1d
tree40b1b39cfce65a7e5cdedeb19b6701f8bb435686
parentec757da4773ed36c4a009cdc1d7358b8f7910060
Bug #2175: Update valgrind support for valgrind-3.3.0

Valgrind memcheck rearranged the names of it's support macros in
version 3.2.0 to better represent the actual function, and now the
old names has been removed starting with version 3.3.0 causing
build a failure if --with-valgrind-debug is used.

this patch updates Squid to use the new valgrind macro names, and
adds a little glue to be compatible with older valgrind versions
include/config.h
lib/MemPool.cc