]> git.ipfire.org Git - thirdparty/squid.git/commit - src/helper.h
Summary: Remove more global mem pools.
authorrobertc <>
Tue, 15 Jul 2003 17:33:21 +0000 (17:33 +0000)
committerrobertc <>
Tue, 15 Jul 2003 17:33:21 +0000 (17:33 +0000)
commit51ee7c8284c6674ef019929147d748314d78bdea
treec42ca86ac76b3200d6df335a7bedb529cadf2e62
parent60f0ec9bd367c19f2ea24991a48838ce1b41982f
Summary: Remove more global mem pools.
Keywords:

Give HttpRequest it's own mempool.
Give storeSwapLogData it's own file, mem pool.
  Provide a file_write adapter for objects.
Give helper_stateful_request it's own mem pool.
  Move into new file helper.h
Give helper_request it's own mem pool.
  Move into new file helper.h
17 files changed:
src/HttpRequest.cc
src/HttpRequest.h
src/Makefile.am
src/StoreSwapLogData.cc [new file with mode: 0644]
src/StoreSwapLogData.h [new file with mode: 0644]
src/cache_diff.cc
src/enums.h
src/fs/coss/store_dir_coss.cc
src/fs/ufs/store_dir_ufs.cc
src/helper.cc
src/helper.h [new file with mode: 0644]
src/mem.cc
src/protos.h
src/structs.h
src/typedefs.h
src/ufscommon.cc
src/ufscommon.h