aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-04-08 14:16:19 -0700
committerJason Evans <jasone@canonware.com>2016-10-06 15:58:38 -0700
commit5d8db15db91c85d47b343cfc07fc6ea736f0de48 (patch)
tree2eaa553e2dbde1c2d49079737f0e4ed4702dd14f /include
parentf193fd80cf1f99bce2bc9f5f4a8b149219965da2 (diff)
downloadjemalloc-5d8db15db91c85d47b343cfc07fc6ea736f0de48.tar.gz
Simplify run quantization.
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/internal/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/arena.h b/include/jemalloc/internal/arena.h
index 0600770..fe20ab6 100644
--- a/include/jemalloc/internal/arena.h
+++ b/include/jemalloc/internal/arena.h
@@ -602,7 +602,7 @@ unsigned arena_nthreads_get(arena_t *arena, bool internal);
void arena_nthreads_inc(arena_t *arena, bool internal);
void arena_nthreads_dec(arena_t *arena, bool internal);
arena_t *arena_new(tsdn_t *tsdn, unsigned ind);
-bool arena_boot(void);
+void arena_boot(void);
void arena_prefork0(tsdn_t *tsdn, arena_t *arena);
void arena_prefork1(tsdn_t *tsdn, arena_t *arena);
void arena_prefork2(tsdn_t *tsdn, arena_t *arena);