$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mark Deric (laguna_at_[hidden])
Date: 2004-07-23 01:48:53
On Wed, 21 Jul 2004 17:59:40 +0200
"AviadR" <aviadr_at_[hidden]> wrote:
> the cleanup part (which consists only of calling the pool release
> methods on allocated objects)
> on the other hand, takes many minutes (I usually give up after 5
> minutes)
Are you freeing each on the allocated chunks using pool.free(), or
pool.release()? They would need simple_segregated_storage.nextof() Or
are you calling ~pool()? The call to ~pool() doesn't use nextof() and
should be pretty quick.