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 localallocator.inl.
Go to the source code of this file.
Classes | |
class | alib::monomem::TLocalAllocator< TCapacityInKB, TAllocator > |
Namespaces | |
namespace | alib |
namespace | alib::monomem |
Typedefs | |
template<size_t TCapacityInKB> | |
using | alib::LocalAllocator = monomem::TLocalAllocator<TCapacityInKB> |
Type alias in namespace alib. | |
using | alib::LocalAllocator16K = monomem::TLocalAllocator<16> |
Type alias in namespace alib. Allocates 16kB of stack memory. | |
using | alib::LocalAllocator1K = monomem::TLocalAllocator< 1> |
Type alias in namespace alib. Allocates 1kB of stack memory. | |
using | alib::LocalAllocator2K = monomem::TLocalAllocator< 2> |
Type alias in namespace alib. Allocates 2kB of stack memory. | |
using | alib::LocalAllocator32K = monomem::TLocalAllocator<32> |
Type alias in namespace alib. Allocates 32kB of stack memory. | |
using | alib::LocalAllocator4K = monomem::TLocalAllocator< 4> |
Type alias in namespace alib. Allocates 4kB of stack memory. | |
using | alib::LocalAllocator64K = monomem::TLocalAllocator<64> |
Type alias in namespace alib. Allocates 64kB of stack memory. | |
using | alib::LocalAllocator8K = monomem::TLocalAllocator< 8> |
Type alias in namespace alib. Allocates 8kB of stack memory. | |