Changeset 1864 for trunk/src/kmk/make.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/make.h

    r1863 r1864  
    575575extern struct alloccache nameseq_cache;
    576576extern struct alloccache variable_cache;
     577extern struct alloccache variable_set_cache;
     578extern struct alloccache variable_set_list_cache;
    577579
    578580#endif /* CONFIG_WITH_ALLOC_CACHES */
Note: See TracChangeset for help on using the changeset viewer.