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