diff options
Diffstat (limited to 'include/jemalloc/internal/ctl.h')
-rw-r--r-- | include/jemalloc/internal/ctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jemalloc/internal/ctl.h b/include/jemalloc/internal/ctl.h index 1d1aacc6..3aaf5579 100644 --- a/include/jemalloc/internal/ctl.h +++ b/include/jemalloc/internal/ctl.h @@ -51,7 +51,6 @@ typedef struct ctl_stats_s { size_t allocated; size_t active; size_t metadata; - size_t metadata_thp; size_t resident; size_t mapped; size_t retained; |