$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-06-02 13:00:44
On 06/02/2005 12:01 PM, Tobias Schwinger wrote:
>
> Anything in the pipeline (perhaps further development of Boost.Pool) ?
> Any others interested in this ?
> Am I missing something ?
> Volunteers ?
I'm wondering why the customizable memory management described here:
ftp://ftp.di.unipi.it/pub/project/posso/cmm/
couldn't be adapted to boost. It allows separate heaps for different
memory management schemes. It also allows precise collection if
one takes the trouble to create a pointer map for each class.
However, creating such a map for any field, not just smart pointer
fields, is the purpose of:
http://cvs.sourceforge.net/viewcvs.py/boost-sandbox/boost-sandbox/boost/fields_visitor
so I don't see that as a big problem.