
15 Jul
2009
15 Jul
'09
6:41 a.m.
On Wed, 15 Jul 2009 13:17:57 +0800, <jon_zhou@agilent.com> 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