aboutsummaryrefslogtreecommitdiffstats
path: root/src/jemalloc.c
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-04-08 14:16:19 -0700
committerJason Evans <jasone@canonware.com>2016-05-16 12:21:27 -0700
commit3aea827f5e7d07ce156476bba8a843640969de51 (patch)
treeb850eeab9f8b8d2d7fa5876cc91b3d9a74b6476c /src/jemalloc.c
parent7bb00ae9d656b3d3ea9a01777cf1a13ab97f2430 (diff)
downloadplatform_external_jemalloc_new-3aea827f5e7d07ce156476bba8a843640969de51.tar.gz
platform_external_jemalloc_new-3aea827f5e7d07ce156476bba8a843640969de51.tar.bz2
platform_external_jemalloc_new-3aea827f5e7d07ce156476bba8a843640969de51.zip
Simplify run quantization.
Diffstat (limited to 'src/jemalloc.c')
-rw-r--r--src/jemalloc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c
index 849e9418..929f3b87 100644
--- a/src/jemalloc.c
+++ b/src/jemalloc.c
@@ -1234,8 +1234,7 @@ malloc_init_hard_a0_locked()
return (true);
if (config_prof)
prof_boot1();
- if (arena_boot())
- return (true);
+ arena_boot();
if (config_tcache && tcache_boot(TSDN_NULL))
return (true);
if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS))