73 UST& m_destruction_count;
96 ++m_destruction_count;
DestructionTester(UST &destruction_count)
Constructor.
Definition: memory_test_classes.h:87
~DestructionTester()
Destructor.
Definition: memory_test_classes.h:94
Class that increases an external counter variable during destruction.
Definition: memory_test_classes.h:48
Defines the fundamental data types.
std::size_t UST
Unsigned integer type that is returned by sizeof operations.
Definition: fundamental_types.h:29
std::int64_t I64
64 bit signed integer type
Definition: fundamental_types.h:23
constexpr UST struct_alignment
Alignment requirement of the AlignedStruct
Definition: memory_test_classes.h:24
Struct that is smaller in size than its alignment requirement.
Definition: memory_test_classes.h:33