]> git.ipfire.org Git - thirdparty/squid.git/commit - lib/util.c
- Added "mem_pools_limit" configuration option. Semantics of
authorrousskov <>
Tue, 3 Mar 1998 07:30:54 +0000 (07:30 +0000)
committerrousskov <>
Tue, 3 Mar 1998 07:30:54 +0000 (07:30 +0000)
commit7021844c42212902ee9a10ba7097201a6d66a1c5
tree20e2ef19c5874c303a2908b702086e579212e2e3
parent1f0e06c4ae0da1fc4e15d33b284ab77832691f6b
- Added "mem_pools_limit" configuration option. Semantics of
  "mem_pools" option has also changed a bit to reflect new memory
  management policy.
- Reorganized memory pools. Squid now allocates memory in big chunks
  and distributes that memory among "frequently allocated" objects.
- memAllocate() has now only one parameter. Objects are always reset
  with 0s.

- HttpHeader.c: fixed warnings generated by some compilers on member to union
  conversions. Tested using DEC cc only.
- cachmgr.c now tries to interpret strings containing '\t' as table rows and
  format them using html table attributes.
33 files changed:
ChangeLog
include/Stack.h
include/util.h
lib/Makefile.in
lib/Stack.c
lib/util.c
snmplib/mib.c
src/HttpHeader.cc
src/HttpReply.cc
src/Makefile.in
src/asn.cc
src/cache_cf.cc
src/cachemgr.cc
src/cf.data.pre
src/client_side.cc
src/ftp.cc
src/gopher.cc
src/http.cc
src/icmp.cc
src/main.cc
src/mem.cc
src/mime.cc
src/net_db.cc
src/protos.h
src/redirect.cc
src/stmem.cc
src/store.cc
src/store_client.cc
src/store_swapout.cc
src/structs.h
src/typedefs.h
src/url.cc
src/urn.cc