aboutsummaryrefslogtreecommitdiffstats
path: root/src/jemalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jemalloc.c')
-rw-r--r--src/jemalloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c
index 580b23f9..95cd0545 100644
--- a/src/jemalloc.c
+++ b/src/jemalloc.c
@@ -1024,8 +1024,6 @@ malloc_conf_init(void)
}
CONF_HANDLE_BOOL(opt_abort, "abort", true)
- CONF_HANDLE_SIZE_T(opt_lg_chunk, "lg_chunk", LG_PAGE,
- (sizeof(size_t) << 3) - 1, true)
if (strncmp("dss", k, klen) == 0) {
int i;
bool match = false;
@@ -1176,8 +1174,6 @@ malloc_init_hard_a0_locked()
pages_boot();
if (base_boot())
return (true);
- if (chunk_boot())
- return (true);
if (extent_boot())
return (true);
if (ctl_boot())