summaryrefslogtreecommitdiff
path: root/source3/ubiqx/ubi_AVLtree.h
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1997-12-19 09:32:58 +0000
committerChristopher R. Hertel <crh@samba.org>1997-12-19 09:32:58 +0000
commitb88f43dfdbabbc265ab5a394332df23826860154 (patch)
tree82357e0f7424fd5bd830b1b832f0d4cf2e406baa /source3/ubiqx/ubi_AVLtree.h
parentb80b6ea3b43a880bb392b8ef8caaff0f11bb80ef (diff)
downloadsamba-b88f43dfdbabbc265ab5a394332df23826860154.tar.gz
samba-b88f43dfdbabbc265ab5a394332df23826860154.tar.bz2
samba-b88f43dfdbabbc265ab5a394332df23826860154.zip
Adding the cache module.
I'll be using the cache module to replace the name cache in mangle.c. The new one should be much faster and should require less memory. Another feature is that the cache size can be limited by the amount of memory used in addition to the number of entries allowed. With the current cache, the default is to allocate 12800 bytes representing 50 entries (256 bytes each). With the same amount of memory, I should be able to load over around two hundred entries. Changes to the AVL trees were minor (missing comments). Chris -)----- (This used to be commit 45962779a658b0b78895ae08ad394e870ce6ed10)
Diffstat (limited to 'source3/ubiqx/ubi_AVLtree.h')
-rw-r--r--source3/ubiqx/ubi_AVLtree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/ubiqx/ubi_AVLtree.h b/source3/ubiqx/ubi_AVLtree.h
index 61aaf99348..c7cac0ed1e 100644
--- a/source3/ubiqx/ubi_AVLtree.h
+++ b/source3/ubiqx/ubi_AVLtree.h
@@ -35,6 +35,9 @@
*
* -------------------------------------------------------------------------- **
* Log: ubi_AVLtree.h,v
+ * Revision 3.1 1997/12/18 06:27:01 crh
+ * Fixed some comment bugs.
+ *
* Revision 3.0 1997/12/08 05:39:01 crh
* This is a new major revision level. The handling of the pointers in the
* ubi_trNode structure was redesigned. The result is that there are fewer