Boost logo

Boost :

Subject: Re: [boost] [memory]is there memory management related class in boost?
From: OvermindDL1 (overminddl1_at_[hidden])
Date: 2009-07-15 08:58:29


On Wed, Jul 15, 2009 at 12:41 AM, Edouard A.<edouard_at_[hidden]> wrote:
> On Wed, 15 Jul 2009 13:17:57 +0800, <jon_zhou_at_[hidden]> wrote:
>> is there memory management related class in boost?
>>
>> i.e. memory pool, cache align allocator,etc
>
> There is a memory pool in boost:
>
> http://www.boost.org/doc/libs/1_39_0/libs/pool/doc/index.html
>
> As well as smart pointers:
>
> http://www.boost.org/doc/libs/1_39_0/libs/smart_ptr/smart_ptr.htm

And the smart pointers have nice things like overriding the destructor
as a parameter so you can have it do things like return a pointer back
to a memory pool.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk