Changeset 1918 for trunk/src/kmk/make.h


Ignore:
Timestamp:
Oct 23, 2008, 11:27:11 PM (17 years ago)
Author:
bird
Message:

kmk: New switch --print-stats which will print variable, file, strcache, allocation and heap statistics.

File:
1 edited

Legend:

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

    r1915 r1918  
    433433void *xrealloc (void *, unsigned int);
    434434char *xstrdup (const char *);
     435#ifdef CONFIG_WITH_PRINT_STATS_SWITCH
     436void print_heap_stats (void);
     437#endif
    435438char *find_next_token (const char **, unsigned int *);
    436439char *next_token (const char *);
Note: See TracChangeset for help on using the changeset viewer.