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