ATLAS Offline Software
Namespaces | Functions
ArenaPoolAllocator.cxx File Reference

Pool-based allocator. Out-of-line implementations. More...

#include "AthAllocators/ArenaPoolAllocator.h"
#include "AthAllocators/ArenaBlock.h"
#include <cassert>
Include dependency graph for ArenaPoolAllocator.cxx:

Go to the source code of this file.

Namespaces

 SG
 Forward declaration.
 

Functions

ArenaPoolAllocator::pointer SG::ArenaPoolAllocator_iterator_increment (ArenaPoolAllocator::pointer base, ArenaBlock *&block)
 Helper: common code for advancing an iterator. More...
 
ArenaPoolAllocator::const_pointer SG::ArenaPoolAllocator_iterator_increment (ArenaPoolAllocator::const_pointer base, const ArenaBlock *&block)
 Helper: common code for advancing an iterator. More...
 

Detailed Description

Pool-based allocator. Out-of-line implementations.

Author
scott snyder
Date
May 2007

Definition in file ArenaPoolAllocator.cxx.