- Timestamp:
- Oct 4, 2017, 4:29:37 PM (8 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/strcache.c
r2591 r3090 260 260 strcache2_init(&file_strcache, 261 261 "file", /* name */ 262 65536,/* hash size */262 131072, /* hash size */ 263 263 0, /* default segment size*/ 264 264 #ifdef HAVE_CASE_INSENSITIVE_FS -
trunk/src/kmk/variable.c
r2893 r3090 249 249 variable_hash_1, variable_hash_2, variable_hash_cmp); 250 250 #else /* CONFIG_WITH_STRCACHE2 */ 251 strcache2_init (&variable_strcache, "variable", 65536, 0, 0, 0);251 strcache2_init (&variable_strcache, "variable", 262144, 0, 0, 0); 252 252 hash_init_strcached (&global_variable_set.table, VARIABLE_BUCKETS, 253 253 &variable_strcache, offsetof (struct variable, name));
Note:
See TracChangeset
for help on using the changeset viewer.