28 Sep
2017
28 Sep
'17
7:35 p.m.
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