ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
monoallocator.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 monoallocator.hpp.

#include "alib/lang/allocation.hpp"
#include "alib/lang/stdcontainerallocator.hpp"
#include "alib/lang/bits.hpp"
#include "alib/lang/owner.hpp"
#include "alib/lang/dbgcriticalsections.hpp"
#include "alib/lang/placeholder.hpp"
#include "alib/strings/localstring.hpp"
#include <cstdlib>
#include <memory>
#include <cstddef>
Include dependency graph for monoallocator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Buffer
 
struct  DbgStatistics
 
class  Snapshot
 
struct  Statistics
 
class  TMonoAllocator< TAllocator >
 

Namespaces

namespace  alib
 
namespace  alib::monomem
 
namespace  alib::monomem::detail
 Details of namespace alib::monomem.
 

Typedefs

template<typename T >
using SCAMono = lang::StdContainerAllocator<T, MonoAllocator>