ATLAS Offline Software
|
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"
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. | |
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.
Definition in file ArenaBase.h.