$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Arena/Linear allocators
From: Evan Wallace (onlyone_at_[hidden])
Date: 2012-03-28 22:28:27
Olaf van der Spek <ml <at> vdspek.org> writes:
>
> Hi,
>
> I'm looking for arena/linear allocators, for use with multi_index,
> unordered_map and others. Does Boost provide anything like this?
> There's Boost Pool, but it only provides a singleton pool allocator.
>
Have a look at the proposed Boost.Monotonic
(http://svn.boost.org/svn/boost/sandbox/monotonic/libs/monotonic/doc/html/index.html)
library. It seems to provide this functionality.
Evan