summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/stats_tsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jemalloc/internal/stats_tsd.h')
-rw-r--r--include/jemalloc/internal/stats_tsd.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/jemalloc/internal/stats_tsd.h b/include/jemalloc/internal/stats_tsd.h
deleted file mode 100644
index d0c3bbe..0000000
--- a/include/jemalloc/internal/stats_tsd.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef JEMALLOC_INTERNAL_STATS_TSD_H
-#define JEMALLOC_INTERNAL_STATS_TSD_H
-
-typedef struct tcache_bin_stats_s {
- /*
- * Number of allocation requests that corresponded to the size of this
- * bin.
- */
- uint64_t nrequests;
-} tcache_bin_stats_t;
-
-#endif /* JEMALLOC_INTERNAL_STATS_TSD_H */