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

Description:

This header file is part of the ALib C++ Library. It does not belong to an ALib Module and is included in any ALib Distribution.

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

Definition in file allocation.hpp.

#include "alib/lang/tmp.hpp"
#include "alib/lang/integers.hpp"
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <utility>
#include "alib/lang/callerinfo_functions.hpp"
#include "alib/lang/callerinfo_methods.hpp"
Include dependency graph for allocation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Allocator
 
struct  AllocatorInterface< TAllocator >
 
struct  AllocatorMember< TAllocator >
 
struct  AllocatorMember< HeapAllocator >
 
struct  DbgAlloc
 
struct  HeapAllocator
 

Namespaces

namespace  alib
 
namespace  alib::lang
 

Typedefs

using HeapAllocator = lang::HeapAllocator
 Type alias in namespace alib.
 

Functions

template<typename T >
static ALIB_FORCE_INLINE void Destruct (T &object)