![]() |
The Gaudi Framework
v36r11 (bdb84f5f)
|
#include <Gaudi/Allocator/Arena.h>#include <GaudiKernel/Kernel.h>#include <boost/container/small_vector.hpp>#include <cstddef>#include <gsl/span>#include <numeric>#include <utility>

Go to the source code of this file.
Classes | |
| class | Gaudi::Arena::Monotonic< Alignment, UpstreamAllocator > |
| A fast memory arena that does not track deallocations. More... | |
Namespaces | |
| Gaudi | |
| Header file for std:chrono::duration-based Counters. | |
| Gaudi::Arena | |
| Gaudi::Arena::details | |
| Gaudi::Allocator | |
Typedefs | |
| template<typename T , typename DefaultResource = void, std::size_t Alignment = alignof( std::max_align_t ), typename UpstreamAllocator = std::allocator<std::byte>> | |
| using | Gaudi::Allocator::MonotonicArena = ::Gaudi::Allocator::Arena<::Gaudi::Arena::Monotonic< Alignment, UpstreamAllocator >, T, DefaultResource > |
Functions | |
| template<std::size_t Alignment> | |
| constexpr std::size_t | Gaudi::Arena::details::align_up (std::size_t n) |