[PATCH] Call base_boot before chunk_boot0

Jason Evans jasone at canonware.com
Thu Apr 12 11:45:31 PDT 2012


On Apr 12, 2012, at 6:15 AM, Mike Hommey wrote:
> From: Mike Hommey <mh at glandium.org>
> 
> Chunk_boot0 calls rtree_new, which calls base_alloc, which locks the
> base_mtx mutex. That mutex is initialized in base_boot.
> ---
> src/jemalloc.c |    4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Applied; thanks.

Jason



More information about the jemalloc-discuss mailing list