summaryrefslogtreecommitdiffstats
path: root/src/jemalloc.c
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-05-23 21:36:09 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-05-31 20:08:45 (GMT)
commit93284bb53d9c44a5c36297450a82aed5b8051526 (patch)
treecf7b4118cc6c3f361d94b7fcd65ab260f6f25eff /src/jemalloc.c
parent44f9bd147a3df96e42adbe7ad4f0195763105bbe (diff)
downloadjemalloc-93284bb53d9c44a5c36297450a82aed5b8051526.zip
jemalloc-93284bb53d9c44a5c36297450a82aed5b8051526.tar.gz
jemalloc-93284bb53d9c44a5c36297450a82aed5b8051526.tar.bz2
Header refactoring: unify and de-catchall extent_dss.
Diffstat (limited to 'src/jemalloc.c')
-rw-r--r--src/jemalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c
index 00b645f..32f4a4c 100644
--- a/src/jemalloc.c
+++ b/src/jemalloc.c
@@ -5,6 +5,7 @@
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/atomic.h"
#include "jemalloc/internal/ctl.h"
+#include "jemalloc/internal/extent_dss.h"
#include "jemalloc/internal/jemalloc_internal_types.h"
#include "jemalloc/internal/malloc_io.h"
#include "jemalloc/internal/mutex.h"