ATLAS Offline Software
Classes | Namespaces
ArenaBase.h File Reference

Part of Arena dealing with the list of allocators. Broken out from Arena to avoid a dependency loop with ArenaHeader. See Arena.h for an overview of the arena-based memory allocators. More...

#include "AthAllocators/ArenaAllocatorBase.h"
#include "AthAllocators/LockedAllocator.h"
#include <iosfwd>
#include <string>
#include <vector>
#include <memory>
#include <mutex>
#include "AthAllocators/ArenaBase.icc"
Include dependency graph for ArenaBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SG::ArenaBase
 Part of Arena dealing with the list of allocators. More...
 
struct  SG::ArenaBase::AllocEntry
 Our allocator vector. More...
 

Namespaces

 SG
 Forward declaration.
 

Detailed Description

Part of Arena dealing with the list of allocators. Broken out from Arena to avoid a dependency loop with ArenaHeader. See Arena.h for an overview of the arena-based memory allocators.

Author
scott snyder
Date
May 2007

Definition in file ArenaBase.h.