$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [memory]is there memory management related class in boost?
From: Edouard A. (edouard_at_[hidden])
Date: 2009-07-15 02:41:54
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
-- EA