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

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) |