On 27/07/07, Bill Lear <rael@zopyra.com> wrote:
Certainly possible, however, it is also possible that the sheer size
and number of objects we have in our application makes it inherently
difficult for dynamically-allocated memory for small objects to work
very well at very high memory usages.  Thus the hope for a hybrid
static store and ostringstream.
 
Not sure if it is exactly what you're looking for, but Boost.Pool might be of some use here.
 
Regards,
Darren