]> git.ipfire.org Git - thirdparty/squid.git/commit
Split MemPool.cc into generic framework and specific implementation
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 28 May 2010 21:53:06 +0000 (23:53 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 28 May 2010 21:53:06 +0000 (23:53 +0200)
commit8cfaefedaa25b574283b552147f18cce258d3c93
tree5586b0f3f196dfabf5bb6b76b856db54dc3bfc69
parentbb348c284046bb05a8ac00ea4970ed3b6620b05c
Split MemPool.cc into generic framework and specific implementation
include/MemPool.h
include/MemPoolChunked.h [new file with mode: 0644]
include/MemPoolMalloc.h [new file with mode: 0644]
lib/Makefile.am
lib/MemPool.cc
lib/MemPoolChunked.cc [new file with mode: 0644]
lib/MemPoolMalloc.cc [new file with mode: 0644]