The allocator.sourceforge.net C++ Shared Memory allocator
project is on hold pending the resolution of GCC bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21251.
The shared memory allocator project requires that object placement
into shared memory work transparently across multiple processes. Please add a note of your support to the
existing GCC bug report using the URL cited above.
Thanks,
marc
The C++ STL allocator projects has released version 1.07. This version incorporates POSIX shared memory system calls and has been tested on RedHat Linux 9.0 using gcc version 3.2.2 and glibc 2.3.2.
A new version of the Shared, Pooled C++ allocator has been released. Version 1.05 allows two or more unrelated processes
to share objects instantiated in the same STL container class.
This project uses POSIX shared memory calls and has been tested on RedHat 9.0 Linux.
Version 1.03 has been released. Contains more bug fixes for handling large
memory blocks.
Version 1.01 of the allocator project has been
released on Sept 4, 2000. This version fixes a bug in the bit_vector.cc memory accounting code.