Lines Matching refs:COMP_STATS
2 * comp_stats.c *
26 #include "comp_stats.h"
38 COMP_STATS *comp_stats = NULL;
43 /* create COMP_STATS object */
45 COMP_STATS *init_comp_stats(void)
47 static COMP_STATS c;
49 /*c = (COMP_STATS *) calloc( 1, sizeof( COMP_STATS ));*/
50 /*c = (COMP_STATS *) NEW( COMP_STATS, L("crec.comp_stats")); */
68 void dump_comp_stats(COMP_STATS *cs, PFile* fp)
78 if (!cs) cs = comp_stats;