]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cbdata.cc
Use std::map instead of hash.h for tracking CBDATA memory
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 15 Apr 2015 13:36:55 +0000 (06:36 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 15 Apr 2015 13:36:55 +0000 (06:36 -0700)
commitfa4f735f62204e035b4a500462407d55adc01d92
tree8a00fc7d7231b7d4cdf20edacaf3261cabe96fde
parent65984b09a23ca2204224c5f73feac5c3b3c57587
Use std::map instead of hash.h for tracking CBDATA memory

One more step towards removing the custom hash implementation.

This also resolves some crashes introduced by the custom hash bucket
system to the cbdata cachemgr reports and valgrind tracking.

Also removes the HASHED_CBDATA macro in favour of WITH_VALGRIND.
src/cbdata.cc