The Gaudi Framework  master (37c0b60a)
Monotonic.h File Reference
#include <Gaudi/Allocator/Arena.h>
#include <GaudiKernel/Kernel.h>
#include <boost/container/small_vector.hpp>
#include <cstddef>
#include <gsl/span>
#include <numeric>
#include <utility>
Include dependency graph for Monotonic.h:
This graph shows which files directly or indirectly include this file:

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
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
 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)