]> git.ipfire.org Git - thirdparty/squid.git/commit
Replace MEM_DREAD_CTRL pool with MEMPROXY class pool (#1924)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 21 Nov 2024 10:45:23 +0000 (10:45 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 21 Nov 2024 10:45:35 +0000 (10:45 +0000)
commitc92e1ad20cd9d04b7c6cb8ccc756d7bfc3de00d4
tree43972d975e4b5cc74802737a596bf435dc70487c
parent010f2d211e850e906c9a19bf2a8a1af65d4d0e1c
Replace MEM_DREAD_CTRL pool with MEMPROXY class pool (#1924)

Replacing memory allocate and destruct with C++ new/delete
and in-class initialization.
src/fs_io.cc
src/fs_io.h
src/mem/forward.h
src/mem/old_api.cc