]> git.ipfire.org Git - thirdparty/squid.git/commit
Refactor memory pools statistics gathering (#1186)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 2 Dec 2022 05:02:44 +0000 (05:02 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 2 Dec 2022 05:02:47 +0000 (05:02 +0000)
commita7508376c1425164aba2513a366afb136967bdcc
tree83fec31038941851c958412457b3ff9567cab4ff
parent29304c72e91ad2a3c3b2fd6a9e1a5223e4ef4bf0
Refactor memory pools statistics gathering (#1186)
21 files changed:
include/util.h
lib/Makefile.am
lib/stub_memaccount.c [deleted file]
src/mem/Allocator.h
src/mem/AllocatorProxy.cc
src/mem/AllocatorProxy.h
src/mem/Makefile.am
src/mem/Pool.cc
src/mem/Pool.h
src/mem/PoolChunked.cc
src/mem/PoolChunked.h
src/mem/PoolMalloc.cc
src/mem/PoolMalloc.h
src/mem/Stats.cc [new file with mode: 0644]
src/mem/Stats.h [new file with mode: 0644]
src/mem/forward.h
src/mem/minimal.cc
src/mem/old_api.cc
src/snmp_agent.cc
src/stat.cc
src/tests/stub_libmem.cc