]> git.ipfire.org Git - thirdparty/squid.git/commit
Merge MemImplementingAllocator and Mem::Allocator (#1211)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sat, 28 Jan 2023 01:40:22 +0000 (01:40 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 28 Jan 2023 01:40:25 +0000 (01:40 +0000)
commit7ae0a0c5b4e32cf58fa4a97dc41fa08256a78122
tree2e05a9ffcdc565d4d582bed4b816eba702a229fc
parent3e986b8653912b5e082e60f102db89ec45df45b0
Merge MemImplementingAllocator and Mem::Allocator (#1211)
17 files changed:
src/DiskIO/DiskThreads/aiops.cc
src/auth/digest/Config.cc
src/cbdata.cc
src/mem/Allocator.h
src/mem/AllocatorProxy.cc
src/mem/Meter.h
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
src/mem/old_api.cc
src/store.cc
src/tests/stub_libmem.cc
src/tests/testMem.cc