Changeset 1864 for trunk/src/kmk/hash.h


Ignore:
Timestamp:
Oct 15, 2008, 3:00:57 AM (17 years ago)
Author:
bird
Message:

kmk: use alloc caches for variables, variable sets and varaible set lists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/hash.h

    r1858 r1864  
    7575void hash_free_items __P((struct hash_table *ht));
    7676void hash_free __P((struct hash_table *ht, int free_items));
     77#ifdef CONFIG_WITH_ALLOC_CACHES
     78void hash_free_items_cached __P((struct hash_table *ht, struct alloccache *cache));
     79void hash_free_cached __P((struct hash_table *ht, int free_items, struct alloccache *cache));
     80#endif
    7781void hash_map __P((struct hash_table *ht, hash_map_func_t map));
    7882void 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.