]> git.ipfire.org Git - thirdparty/squid.git/commit
Replace MEM_DWRITE_Q pool with MEMPROXY class pool (#1873)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sat, 19 Oct 2024 09:44:07 +0000 (09:44 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 20 Oct 2024 14:41:32 +0000 (14:41 +0000)
commited1a73299a1346a79f2e09372b4b3652f54cbb46
tree54c41bef023f03f9ceba2acd65bea455474e6634
parent6c33c64545f2317593056fbf31da15cba7389c5a
Replace MEM_DWRITE_Q pool with MEMPROXY class pool (#1873)

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