ATLAS Offline Software
Classes | Namespaces
ArenaHeapAllocator.h File Reference

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

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

Go to the source code of this file.

Classes

class  SG::ArenaHeapAllocator
 Heap-based allocator. More...
 
struct  SG::ArenaHeapAllocator::initParams< T, clear, no_ctor, no_dtor >
 Helper to initialize a parameters structure. More...
 

Namespaces

 SG
 Forward declaration.
 

Detailed Description

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

Author
scott snyder
Date
May 2007

Definition in file ArenaHeapAllocator.h.