ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
poolallocator.inl File Reference

Description:

This header-file is part of module ALib Monomem of the ALib C++ Library.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file poolallocator.inl.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  alib::monomem::TPoolAllocator< TAllocator, TAlignment >
 

Namespaces

namespace  alib
 
namespace  alib::monomem
 

Macros

ALib Module Monomem Feature Selection

#define ALIB_MONOMEM_POOLALLOCATOR_DEFAULT_ALIGNMENT   alignof(uint64_t)
 

Typedefs

using alib::PoolAllocator = monomem::TPoolAllocator<MonoAllocator>
 
using alib::PoolAllocatorHA = monomem::TPoolAllocator<lang::HeapAllocator>
 
template<typename T>
using alib::SCAPool = lang::StdContainerAllocator<T, PoolAllocator>