Changeset 1864 for trunk/src/kmk/hash.h
- Timestamp:
- Oct 15, 2008, 3:00:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/hash.h
r1858 r1864 75 75 void hash_free_items __P((struct hash_table *ht)); 76 76 void hash_free __P((struct hash_table *ht, int free_items)); 77 #ifdef CONFIG_WITH_ALLOC_CACHES 78 void hash_free_items_cached __P((struct hash_table *ht, struct alloccache *cache)); 79 void hash_free_cached __P((struct hash_table *ht, int free_items, struct alloccache *cache)); 80 #endif 77 81 void hash_map __P((struct hash_table *ht, hash_map_func_t map)); 78 82 void hash_map_arg __P((struct hash_table *ht, hash_map_arg_func_t map, void *arg));
Note:
See TracChangeset
for help on using the changeset viewer.