Changeset 1793 for trunk/src/kmk/strcache.c
- Timestamp:
- Sep 20, 2008, 1:30:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/strcache.c
r1447 r1793 191 191 { 192 192 #ifdef KMK 193 hash_init (&strings, 16384, str_hash_1, str_hash_2, str_hash_cmp);193 hash_init (&strings, 65535, str_hash_1, str_hash_2, str_hash_cmp); 194 194 #else 195 195 hash_init (&strings, 8000, str_hash_1, str_hash_2, str_hash_cmp);
Note:
See TracChangeset
for help on using the changeset viewer.