Changeset 1438 for trunk/src/kmk/hash.c
- Timestamp:
- Mar 29, 2008, 2:49:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/hash.c
r503 r1438 92 92 93 93 ht->ht_lookups++; 94 #ifdef CONFIG_WITH_MAKE_STATS 95 make_stats_ht_lookups++; 96 #endif 94 97 for (;;) 95 98 { … … 111 114 return slot; 112 115 ht->ht_collisions++; 116 #ifdef CONFIG_WITH_MAKE_STATS 117 make_stats_ht_collisions++; 118 #endif 113 119 } 114 120 if (!hash_2)
Note:
See TracChangeset
for help on using the changeset viewer.