
29 Mar
2012
29 Mar
'12
2:28 a.m.
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/ind...) library. It seems to provide this functionality. Evan