Changeset 3090 for trunk/src/kmk/variable.c
- Timestamp:
- Oct 4, 2017, 4:29:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.