$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::pool
From: Roman Shmelev (rshmelev_at_[hidden])
Date: 2009-11-05 11:31:59
I want the following type of pool in the wishlist:
Allowing to allocate misc-size memory blocks without an ability to
delete them (I mean they will are deleted on pool destruction).
I met some situations where such pool was really what needed.