A C++ Pooled, Shared Memory Allocator for Simulator Development

  • Authors:
  • Marc Ronell

  • Affiliations:
  • -

  • Venue:
  • ANSS '04 Proceedings of the 37th annual symposium on Simulation
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

A pooled, shared C++ allocator developed for use withthe Standard Template Library (STL) is described. The allocatoris developed to serve as the core of a Road TrafficSimulator. The C++ allocator facilitates communicationand control between multiple processes using dataorganized in STL container classes. The open sourcesystem has been compiled and tested on the Linux operatingsystem and is freely available from its web site,http://allocator.sourceforge.net.