On Thu, Oct 07, 2004 at 09:56:27PM -0600, David Barrett wrote: > Alternatively, do you have any suggestions on how best to use pools with > C++?
Take a look at how the Boost Pool C++ library has been designed: http://www.boost.org/libs/pool/doc/ That may give you some ideas as to how to write a custom memory allocator. -- Craig Rodrigues http://crodrigues.org [EMAIL PROTECTED]