diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-05-23 21:36:09 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-05-31 20:08:45 (GMT) |
commit | 93284bb53d9c44a5c36297450a82aed5b8051526 (patch) | |
tree | cf7b4118cc6c3f361d94b7fcd65ab260f6f25eff /src/ctl.c | |
parent | 44f9bd147a3df96e42adbe7ad4f0195763105bbe (diff) | |
download | jemalloc-93284bb53d9c44a5c36297450a82aed5b8051526.zip jemalloc-93284bb53d9c44a5c36297450a82aed5b8051526.tar.gz jemalloc-93284bb53d9c44a5c36297450a82aed5b8051526.tar.bz2 |
Header refactoring: unify and de-catchall extent_dss.
Diffstat (limited to 'src/ctl.c')
-rw-r--r-- | src/ctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include "jemalloc/internal/assert.h" #include "jemalloc/internal/ctl.h" +#include "jemalloc/internal/extent_dss.h" #include "jemalloc/internal/mutex.h" #include "jemalloc/internal/nstime.h" #include "jemalloc/internal/size_classes.h" |