pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-02
2013-11-02 14:06:45 by Per Hedbor <ph@opera.com>
e9d7c592a3e54b1de2256f6e0ad41c7af3e1f5fb (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Only use the crc32 function if there are not excessive amounts of hash collisions
81:
/* Force a new hashkey to be generated early during init. */ static unsigned int need_new_hashkey_depth=0xffff;
-
static size_t hashkey =
0xa55aa55a
;
+
static size_t hashkey =
0
;
static unsigned INT32 htable_size=0; static unsigned int hashprimes_entry=0;