Changeset 1867 for trunk/src/kmk/main.c
- Timestamp:
- Oct 15, 2008, 3:28:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r1864 r1867 646 646 #ifdef CONFIG_WITH_ALLOC_CACHES 647 647 struct alloccache dep_cache; 648 struct alloccache file_cache; 649 struct alloccache commands_cache; 648 650 struct alloccache nameseq_cache; 649 651 struct alloccache variable_cache; … … 655 657 { 656 658 alloccache_init (&dep_cache, sizeof (struct dep), "dep", NULL, NULL); 659 alloccache_init (&file_cache, sizeof (struct file), "file", NULL, NULL); 660 alloccache_init (&commands_cache, sizeof (struct commands), "commands", NULL, NULL); 657 661 alloccache_init (&nameseq_cache, sizeof (struct nameseq), "nameseq", NULL, NULL); 658 662 alloccache_init (&variable_cache, sizeof (struct variable), "variable", NULL, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.