
23 Jul
2004
23 Jul
'04
6:48 a.m.
On Wed, 21 Jul 2004 17:59:40 +0200 "AviadR" <aviadr@pob.huji.ac.il> 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.