]> git.ipfire.org Git - thirdparty/squid.git/commit - include/splay.h
Summary: mem_hdr testing and corrections.
authorrobertc <>
Tue, 24 Jun 2003 18:30:59 +0000 (18:30 +0000)
committerrobertc <>
Tue, 24 Jun 2003 18:30:59 +0000 (18:30 +0000)
commit4c50505be6b9316c646cb0022533bfebe207fa89
treefca6637d0f577ede4ea8fd42ccb0362b85d6b583
parenta1a31e06ef397e63d1a22a89c66689e7df4bd7ed
Summary: mem_hdr testing and corrections.
Keywords:

* Introduce operator < for mem_nodes, to provide ordering.
* Create a mem_hdr constructor and destructor.
* bugfix: writing before the lowest offset was broken.
* Reuse the Range template for mem_hdr::hasContigousContentRange.
* Prepare splay trees for replacing the list of mem_nodes.
include/splay.h
src/MemObject.cc
src/mem_node.cc
src/mem_node.h
src/stmem.cc
src/stmem.h
test-suite/Makefile.am
test-suite/mem_hdr_test.cc [new file with mode: 0644]
test-suite/mem_node_test.cc
test-suite/splay.cc
test-suite/test_tools.cc [new file with mode: 0644]