ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
localallocator.hpp File Reference

Description:

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

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

Definition in file localallocator.hpp.

Include dependency graph for localallocator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TLocalAllocator< TCapacityInKB, TAllocator >
 

Namespaces

namespace  alib
 
namespace  alib::monomem
 

Typedefs

template<size_t TCapacityInKB>
using LocalAllocator = monomem::TLocalAllocator<TCapacityInKB>
 Type alias in namespace alib.
 
using LocalAllocator16K = monomem::TLocalAllocator<16>
 Type alias in namespace alib. Allocates 16kB of stack memory.
 
using LocalAllocator1K = monomem::TLocalAllocator< 1>
 Type alias in namespace alib. Allocates 1kB of stack memory.
 
using LocalAllocator2K = monomem::TLocalAllocator< 2>
 Type alias in namespace alib. Allocates 2kB of stack memory.
 
using LocalAllocator32K = monomem::TLocalAllocator<32>
 Type alias in namespace alib. Allocates 32kB of stack memory.
 
using LocalAllocator4K = monomem::TLocalAllocator< 4>
 Type alias in namespace alib. Allocates 4kB of stack memory.
 
using LocalAllocator64K = monomem::TLocalAllocator<64>
 Type alias in namespace alib. Allocates 64kB of stack memory.
 
using LocalAllocator8K = monomem::TLocalAllocator< 8>
 Type alias in namespace alib. Allocates 8kB of stack memory.