Allocator Builder
Policy Based C++ Template Allocator Library
 All Classes Functions Variables Enumerations Enumerator Groups Pages
alb::v_100::allocator_with_stats_base< Shared, Allocator, Flags >::AllocationInfo Struct Reference

#include <allocator_with_stats.hpp>

Public Member Functions

template<typename RHS >
bool operator== (const RHS &rhs) const
 

Public Attributes

size_t callerSize
 
const char * callerFile
 
const char * callerFunction
 
int callerLine
 
std::chrono::time_point
< std::chrono::system_clock > 
callerTime
 
AllocationInfoprevious
 
AllocationInfonext
 

Detailed Description

template<bool Shared, class Allocator, unsigned Flags = alb::StatsOptions::All>
struct alb::v_100::allocator_with_stats_base< Shared, Allocator, Flags >::AllocationInfo

In case that we store allocation state, we use an affix_allocator to store the additional informations as a Prefix

Definition at line 217 of file allocator_with_stats.hpp.


The documentation for this struct was generated from the following file: