aboutsummaryrefslogtreecommitdiffstats
path: root/src/jemalloc.c
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-05-23 14:36:09 -0700
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-05-31 13:08:45 -0700
commit93284bb53d9c44a5c36297450a82aed5b8051526 (patch)
treecf7b4118cc6c3f361d94b7fcd65ab260f6f25eff /src/jemalloc.c
parent44f9bd147a3df96e42adbe7ad4f0195763105bbe (diff)
downloadplatform_external_jemalloc_new-93284bb53d9c44a5c36297450a82aed5b8051526.tar.gz
platform_external_jemalloc_new-93284bb53d9c44a5c36297450a82aed5b8051526.tar.bz2
platform_external_jemalloc_new-93284bb53d9c44a5c36297450a82aed5b8051526.zip
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 00b645f0..32f4a4c5 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"