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