1 #ifndef JEMALLOC_INTERNAL_STATS_TYPES_H
2 #define JEMALLOC_INTERNAL_STATS_TYPES_H
3 
4 typedef struct tcache_bin_stats_s tcache_bin_stats_t;
5 typedef struct malloc_bin_stats_s malloc_bin_stats_t;
6 typedef struct malloc_large_stats_s malloc_large_stats_t;
7 typedef struct arena_stats_s arena_stats_t;
8 
9 #endif /* JEMALLOC_INTERNAL_STATS_TYPES_H */
10