ATLAS Offline Software
|
A dummy pad struct to put at the end of the ArenaBlock header to ensure the alignment of the elements. Plus some constexpr that we can static assert on. The block is page aligned ~ 4096 or so, what we want is to control the alignment of the elements, at least up to a reason ... More...
#include <cstddef>
Go to the source code of this file.
Classes | |
struct | SG::ArenaBlockAlignDetail::padForAlign |
Namespaces | |
SG | |
Forward declaration. | |
SG::ArenaBlockAlignDetail | |
Variables | |
constexpr size_t | SG::ArenaBlockAlignDetail::alignment = std::alignment_of<padForAlign>::value |
A dummy pad struct to put at the end of the ArenaBlock header to ensure the alignment of the elements. Plus some constexpr that we can static assert on. The block is page aligned ~ 4096 or so, what we want is to control the alignment of the elements, at least up to a reason ...
Definition in file ArenaBlockAlignDetail.h.