sort_statistics_t
S->m_stats = safe_realloc(NULL, sizeof (sort_statistics_t));
static sort_statistics_t *run_stats;
stats_init(sort_statistics_t *s)
memset(s, 0, sizeof (sort_statistics_t));
extern void stats_init(sort_statistics_t *);
sort_statistics_t *m_stats;