aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/ctl.h
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-03-24 16:36:12 -0700
committerJason Evans <jasone@canonware.com>2015-03-24 16:41:38 -0700
commit562d266511053a51406e91c78eba640cb46ad9c8 (patch)
tree8a902774e2cf5f5abc8f5c6d0342dcda827462fc /include/jemalloc/internal/ctl.h
parentbd16ea49c3e36706a52ef9c8f560813c167fa085 (diff)
downloadjemalloc-562d266511053a51406e91c78eba640cb46ad9c8.tar.gz
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
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 7c2a4be..751c14b 100644
--- a/include/jemalloc/internal/ctl.h
+++ b/include/jemalloc/internal/ctl.h
@@ -34,6 +34,7 @@ struct ctl_arena_stats_s {
bool initialized;
unsigned nthreads;
const char *dss;
+ ssize_t lg_dirty_mult;
size_t pactive;
size_t pdirty;
arena_stats_t astats;