GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces
New_TS.h File Reference
#include <stddef.h>
Include dependency graph for New_TS.h:

Go to the source code of this file.

Classes

class  Cpl::Memory::New_TS
 This class provides methods to access the unit testing support for overriding the global new/delete operators. More...
 
struct  Cpl::Memory::New_TS::Stats
 New/Delete metrics. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Memory
 The 'Cpl::Memory' namespace provides a collection interfaces that allow a application to manually manage "dynamic memory" independent of the actual heap.
 

Class Documentation

◆ Cpl::Memory::New_TS::Stats

struct Cpl::Memory::New_TS::Stats

New/Delete metrics.

Class Members
size_t m_bytesAllocated
unsigned long m_numDeleteCalls
unsigned long m_numDeleteCalls_withNullPtr
unsigned long m_numNewCalls
unsigned long m_numNewCallsFailed