Ignore:
Timestamp:
Oct 14, 2008, 3:04:03 AM (17 years ago)
Author:
bird
Message:

kmk: some preliminary allocation caching. seems dep, variables, variable sets and files would be good candidates for generic alloc caches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/remake.c

    r1857 r1862  
    240240
    241241              /* Free the storage.  */
     242#ifndef KMK
    242243              free (g);
     244#else
     245              free_dep (g);
     246#endif
    243247
    244248              g = lastgoal == 0 ? goals : lastgoal->next;
Note: See TracChangeset for help on using the changeset viewer.