$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Pool] questions
From: Pearl Rothman (prothman_at_[hidden])
Date: 2009-07-14 16:59:59
I am using Fedora 9, gcc 4.3.0, and boost 1.38.0.
I am inheriting from object_pool so I have access to some of
object_pool's hidden members.
Is there a way for me to find out how many memory blocks or allocated
chunks there are in the free list vs how many chunks are currently
being used?
Is the object_pool thread safe?
Does set_next_size have a permanent effect or will the double
algorithm start being used after the next allocation? If it's a
permanent effect, is there something I can call to start using the
double algorithm again?
Thanks