ATLAS Offline Software
Classes | Namespaces
ArenaPoolAllocator.h File Reference

Pool-based allocator. See Arena.h for an overview of the arena-based memory allocators. More...

#include "AthAllocators/ArenaBlockAllocatorBase.h"
#include "boost/iterator/iterator_adaptor.hpp"
#include <cstdlib>
#include "AthAllocators/ArenaPoolAllocator.icc"
Include dependency graph for ArenaPoolAllocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SG::ArenaPoolAllocator
 Pool-based allocator. More...
 
class  SG::ArenaPoolAllocator::iterator
 Non-const iterator for the pool. More...
 
class  SG::ArenaPoolAllocator::const_iterator
 Const iterator for the pool. More...
 

Namespaces

 SG
 Forward declaration.
 

Detailed Description

Pool-based allocator. See Arena.h for an overview of the arena-based memory allocators.

Author
scott snyder
Date
May 2007

Definition in file ArenaPoolAllocator.h.