summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/ctl.h
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-05-12 19:30:33 (GMT)
committerQi Wang <interwq@gmail.com>2017-05-23 19:26:20 (GMT)
commit2bee0c6251856f48ed6882df2f02a060c0a14829 (patch)
treeabca780861059dadb43e1c74b908e78d6d56d052 /include/jemalloc/internal/ctl.h
parentb693c7868ea965407aca4cb01fdb8fe9af14adce (diff)
downloadjemalloc-2bee0c6251856f48ed6882df2f02a060c0a14829.zip
jemalloc-2bee0c6251856f48ed6882df2f02a060c0a14829.tar.gz
jemalloc-2bee0c6251856f48ed6882df2f02a060c0a14829.tar.bz2
Add background thread related stats.
Diffstat (limited to 'include/jemalloc/internal/ctl.h')
-rw-r--r--include/jemalloc/internal/ctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/jemalloc/internal/ctl.h b/include/jemalloc/internal/ctl.h
index 60b3979..f159383 100644
--- a/include/jemalloc/internal/ctl.h
+++ b/include/jemalloc/internal/ctl.h
@@ -52,6 +52,7 @@ typedef struct ctl_stats_s {
size_t mapped;
size_t retained;
+ background_thread_stats_t background_thread;
mutex_prof_data_t mutex_prof_data[mutex_prof_num_global_mutexes];
} ctl_stats_t;