]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove Mem::Report() and polish memory_pools_limit storage (#1184)
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 21 Nov 2022 05:20:32 +0000 (05:20 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 22 Nov 2022 03:35:43 +0000 (03:35 +0000)
commit81e5e2532921c3c75502190d2aea48a2602d593f
tree95db074a08e52ad2440419a764703e81d0784892
parent022dbabd89249f839d1861aa87c1ab9e1a008a47
Remove Mem::Report() and polish memory_pools_limit storage (#1184)

The official code should not call Mem::Report(). There is no
justification for main.cc treating memory module in such a
special way. The reporting code itself has problems.
Removing all this code is better than leaving or polishing it.
src/Makefile.am
src/main.cc
src/mem/Pool.cc
src/mem/Pool.h
src/mem/forward.h
src/mem/old_api.cc
src/tests/stub_libmem.cc