]> git.ipfire.org Git - thirdparty/squid.git/commit
Valgrind support. Mainly rearranging of cbdata to make malloc debugging
authorhno <>
Sun, 3 Sep 2006 10:09:35 +0000 (10:09 +0000)
committerhno <>
Sun, 3 Sep 2006 10:09:35 +0000 (10:09 +0000)
commitb4bab919c085820924b560e2b9e1346decff61e5
tree47081405bddb9d16550f5c9e5734dbaf3e0d9b05
parent93a8a7df1ba07d4571745e4ceb7da8c6deeeffdf
Valgrind support. Mainly rearranging of cbdata to make malloc debugging
easier.

Also adds a new environment variable MEMPOOLS replacing the -mc command line option
for disabling the use of memory pools. A lot of the pools is created
automatically before main() is started so command line options was
a bit too late.
configure.in
include/config.h
lib/MemPool.cc
src/cbdata.cc
src/comm_epoll.cc
src/main.cc
src/mem.cc
src/squid.h