]> git.ipfire.org Git - thirdparty/squid.git/commit
mempools-nozero part 2: wordlist
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 24 Aug 2015 16:51:17 +0000 (18:51 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 24 Aug 2015 16:51:17 +0000 (18:51 +0200)
commit0d225c059e9d6c571606387aea6aacfe5ecf2a6c
tree91a330e4866a991f9ba0886cbaa455158c3023bc
parentd59e47424bf77999064dc37282ef40d7ac23a33a
mempools-nozero part 2: wordlist

Implement constructors for wordlist allowing them to support non-zeroing pools
Make destructor private in order to force clients to use wordlistDestroy
Implement wordlistChopHead to support the only user of deleting the head of a wordlist
src/clients/FtpGateway.cc
src/tests/stub_wordlist.cc
src/wordlist.cc
src/wordlist.h