SHAllocator

SHAllocator is a C++ library that implements an STL allocator in SYSV shared memory.

Features

Based on libmm

Libmm is used for the actual memory allocation

Support for all STL containers

The library offers support for all types of STL containers (except for std::bitset) under identical names prefixed with sh.

new and destroy()

The library offers a placement operator new for variable allocation and function destroy() for releasing memory