The Gaudi Framework  master (e68eea06)
Loading...
Searching...
No Matches
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

namespace  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.
 
namespace  Gaudi::Arena
 
namespace  Gaudi::Arena::details
 
namespace  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
 

Functions

template<std::size_t Alignment>
constexpr std::size_t Gaudi::Arena::details::align_up (std::size_t n)