$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: mike (zmeko_at_[hidden])
Date: 2003-11-10 01:01:41
Hey, is there a way to tell BOOST::POOL to limit the amount of memory it
allocates, because the way i'm using it it allocates more memory and
keeps on doing that. i want it to act more like a
simple_segregated_storage and i tried using simple_segregated_storage
but i don't like the idea that i gotta manage the allocation and
deallocation of the block and the fact that when its out of memory it
crashes...
anyways, any suggestions on how i can telll pool to limit the amount of
memory it allocates from the system would be greatly appreciated