Dataflow Runtime API  3.1.1.0
Static Public Member Functions | List of all members
imt::base::core::diagnostics::test::MemoryLeakDetector Class Reference

Provides a class that can be used to easily detect memory leaks. More...

#include <Imt.Base.Core.Diagnostics.Test/MemoryLeakDetector.h>

Static Public Member Functions

static void startDetection (void)
 Starts memory leak detection. More...
 
static bool hasMemoryLeak (void)
 Stops memory leak detection. More...
 

Detailed Description

Provides a class that can be used to easily detect memory leaks.

Member Function Documentation

◆ hasMemoryLeak()

static bool imt::base::core::diagnostics::test::MemoryLeakDetector::hasMemoryLeak ( void  )
static

Stops memory leak detection.

Returns
True if meomry leak detected.

◆ startDetection()

static void imt::base::core::diagnostics::test::MemoryLeakDetector::startDetection ( void  )
static

Starts memory leak detection.


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