$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review] The review of Boost.DoubleEnded starts today: September 21 - September 30
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2017-09-28 19:35:52
On 28/09/2017 10:49, Thorsten Ottosen via Boost wrote:
> Reading through the argument, there are a few things I don't get.
> Is seems that the proof sort of assumes one container instance. And will
> the heap manager actually coalesce anything?
DLMalloc coalesces. Several heap managers coalesce when the allocation
is bigger than a limit. Boost.Interprocess allocators coalesce.
I'm not sure what jemalloc and similar allocators do.
Ion