The Gaudi Framework  v33r1 (b1225454)
Gaudi::Gaudi::Allocator Namespace Reference

Typedefs

template<typename T , typename DefaultResource = void, std::size_t Alignment = alignof( std::max_align_t ), typename UpstreamAllocator = std::allocator<std::byte>>
using MonotonicArena = ::Gaudi::Allocator::Arena<::Gaudi::Arena::Monotonic< Alignment, UpstreamAllocator >, T, DefaultResource >
 

Typedef Documentation

◆ MonotonicArena

template<typename T , typename DefaultResource = void, std::size_t Alignment = alignof( std::max_align_t ), typename UpstreamAllocator = std::allocator<std::byte>>
using Gaudi::Gaudi::Allocator::MonotonicArena = typedef ::Gaudi::Allocator::Arena<::Gaudi::Arena::Monotonic<Alignment, UpstreamAllocator>, T, DefaultResource>

Definition at line 171 of file Monotonic.h.